My Project
|
Represents a straight line segment in 2D space. More...
Public Member Functions | |
Edge (int p0, int p1) | |
Initializes a new instance of the Edge class. | |
Edge (int p0, int p1, int label) | |
Initializes a new instance of the Edge class. | |
Properties | |
int | P0 [get] |
Gets the first endpoints index. | |
int | P1 [get] |
Gets the second endpoints index. | |
int | Label [get] |
Gets the segments boundary mark. | |
![]() | |
int | P0 [get] |
Gets the first endpoints index. | |
int | P1 [get] |
Gets the second endpoints index. | |
int | Label [get] |
Gets or sets a general-purpose label. | |
Represents a straight line segment in 2D space.
|
get |
Gets the segments boundary mark.
Implements TriangleNet.Geometry.IEdge.
|
get |
Gets the first endpoints index.
Implements TriangleNet.Geometry.IEdge.
|
get |
Gets the second endpoints index.
Implements TriangleNet.Geometry.IEdge.