Point Methods |
The Point type exposes the following members.
| Name | Description | |
|---|---|---|
| Copy | Creates an independent copy of this point. The returned point is entirely independent and can be edited without affecting this instance. | |
| DistanceTo | Calculates the distance between this point and the specified point. | |
| IsEqualTo | Compares this point for equality with the specified point and tolerance. | |
| ToReferenceCoordinateSystem | Transforms this point to the reference coordinate system. | |
| TransformBy | Transforms this point by the specified transformation matrix. | |
| TranslateBy | Translates this point by the specified vector. |