Point Methods |
The Point type exposes the following members.
Name | Description | |
---|---|---|
IsSame(Point) |
Compares two points coordinates by exact values
| |
IsSame(Double, Double, Double) |
Compares the coordinates of this point to specified values
| |
Move |
Moves the point along the vector by specified distance
| |
Scale |
Scales the position
| |
ToArray |
Converts the point to an array of 3 coordinates
| |
ToString | (Overrides ObjectToString.) |