A point with an attribute value of type 'T' More...
Public Member Functions | |
Point (double x, double y, T attribute) | |
Initializes a new instance of the point More... | |
Point (double x, double y) | |
Initializes a new instance of the point and sets the attribute to its default value More... | |
![]() | |
Point (double x, double y) | |
Initializes a new instance of a point More... | |
bool | Equals2D (Point other) |
Makes a planar checks for if the points is spatially equal to another point. More... | |
Properties | |
T | Attribute [get, set] |
Gets or sets the attribute component of the point More... | |
![]() | |
double | X [get, set] |
Gets or sets the X component of the point More... | |
double | Y [get, set] |
Gets or sets the Y component of the point More... | |
Additional Inherited Members | |
![]() | |
double | _X |
X component of point More... | |
double | _Y |
Y component of point More... | |
A point with an attribute value of type 'T'
geometery.AlphaHull.Geometry.Point< T >.Point | ( | double | x, |
double | y, | ||
T | attribute | ||
) |
Initializes a new instance of the point
x | X component |
y | Y component |
attribute | Attribute |
geometery.AlphaHull.Geometry.Point< T >.Point | ( | double | x, |
double | y | ||
) |
Initializes a new instance of the point and sets the attribute to its default value
x | X component |
y | Y component |
|
getset |
Gets or sets the attribute component of the point