Point Interface |
The Point type exposes the following members.
| Name | Description | |
|---|---|---|
| X | Gets and sets the X coordinate value. | |
| Y | Gets and sets the Y coordinate value. | |
| Z | Gets and sets the Z coordinate value. |
| 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. |