Int |
public readonly struct Int64LineD2DAnnotated
The Int64LineD2DAnnotated type exposes the following members.
Name | Description | |
---|---|---|
Int64LineD2DAnnotated | Initializes a new instance of the Int64LineD2DAnnotated class. |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetIndex | Gets either the start point's index I0 at index 0, or the end point's index I1 at index 1. | |
GetPoint | Gets either the point P0 at index 0, or the point P1 at index 1. | |
GetPointWithIndex | Gets either the start point with associated index at idx 0, or the end point with associated index at idx 1. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
Name | Description | |
---|---|---|
I0 | Gets the index that is associated with the start point P0. | |
I1 | Gets the index that is associated with the end point P1. | |
Length | Gets the length of the line segment. The length is calculated once in the constructor, so frequent use does not imply any computational penalty. | |
P0 | Start point of the line segment. | |
P1 | End point of the line segment. |