![]() | 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 a copy of this Point object. The result is entirely independent and can be edited without affecting the original Point object. |
![]() | DistanceTo | Determines the distance between this point and the specified point. |
![]() | IsEqualTo | Compares this point for equality with the specified point. |
![]() | ToReferenceCoordinateSystem | Transforms this point to the reference coordinate system. |
![]() | TransformBy | Transform this point by the specified matrix. |
![]() | TranslateBy | Translates this point by the specified vector. |