Copy |
Creates a copy of this Point object. The result is entirely independent and can be edited without affecting the original Point object. |
DistanceTo |
Determine the distance between this point and the specified point. |
GetPointData |
Get the data defining this point. |
IsEqualTo |
Compares this point for equality with the specified point. |
PutPointData |
Method that sets the data defining this point. |
TransformBy |
Transform this point by the specified matrix. |
TranslateBy |
Translate this point by the specified vector. |
VectorTo |
Gets the vector of translation between this point and the specified point. |