Class DoorLine
Inheritance
System.Object
DoorLine
Assembly: Edgar.dll
Syntax
public sealed class DoorLine : ValueType, IEquatable<DoorLine>
Constructors
DoorLine(OrthogonalLineGrid2D, Int32)
Declaration
public DoorLine(OrthogonalLineGrid2D line, int length)
Parameters
Properties
Length
Declaration
public int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
Line
Set of points where doors can start.
Declaration
public OrthogonalLineGrid2D Line { get; }
Property Value
Methods
Equals(DoorLine)
Declaration
public bool Equals(DoorLine other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Implements
System.IEquatable<>