Click or drag to resize

Int64LineD2DAnnotated Fields

The Int64LineD2DAnnotated type exposes the following members.

Fields
 NameDescription
Public fieldI0 Gets the index that is associated with the start point P0.
Public fieldI1 Gets the index that is associated with the end point P1.
Public fieldLength Gets the length of the line segment. The length is calculated once in the constructor, so frequent use does not imply any computational penalty.
Public fieldP0 Start point of the line segment.
Public fieldP1 End point of the line segment.
Top
See Also