Point |
The Point3D type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dimensions | Equals 3. |
![]() | Item | Gets or sets the coordinate of the axis specified by index. |
![]() | Magnitude | Returns the distance between this point and the zero point. |
![]() | MagnitudeSquared | Returns the square of distance between this point and the zero point. |
![]() | X | The X-coordinate. |
![]() | XY | Returns the point's XY coordinates. |
![]() | Y | The Y-coordinate. |
![]() | Z | The Z-coordinate. |