Property | Type | Description | |
---|---|---|---|
X | float | ||
Y | float | ||
Z | float |
Method | Description | |
---|---|---|
Adapt ( Point point ) : void | ||
Center ( IList |
||
Center ( Point p1, Point p2 ) : Point | ||
Distance ( Point p1, Point p2 ) : double | ||
Distance ( double x1, double y1, double x2, double y2 ) : double | ||
Distance2D ( Point p1, Point p2 ) : double | ||
Equals ( object obj ) : bool | ||
FindIndexOfNearestPoint ( Point target, IList |
||
FindNearestPoint ( Point target, IEnumerable |
||
GetHashCode ( ) : int | ||
IsZero ( Point point ) : bool | ||
Point ( Point p ) : System | ||
Point ( float x, float y, float z ) : System | ||
Subtract ( Point point1, Point point2 ) : |
||
ToString ( ) : string |
public static Center ( IList |
||
points | IList |
|
return | Point |
public static Center ( Point p1, Point p2 ) : Point | ||
p1 | Point | |
p2 | Point | |
return | Point |
public static Distance ( Point p1, Point p2 ) : double | ||
p1 | Point | |
p2 | Point | |
return | double |
public static Distance ( double x1, double y1, double x2, double y2 ) : double | ||
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double | |
return | double |
public static Distance2D ( Point p1, Point p2 ) : double | ||
p1 | Point | |
p2 | Point | |
return | double |
public static FindIndexOfNearestPoint ( Point target, IList |
||
target | Point | |
points | IList |
|
return | int |
public static FindNearestPoint ( Point target, IEnumerable |
||
target | Point | |
points | IEnumerable |
|
return | Point |
public Point ( float x, float y, float z ) : System | ||
x | float | |
y | float | |
z | float | |
return | System |
public static Subtract ( Point point1, Point point2 ) : |
||
point1 | Point | |
point2 | Point | |
return |