Point |
The PointD3D type exposes the following members.
| Name | Description | |
|---|---|---|
| Empty | Gets an empty point (0,0,0). | |
| IsEmpty | Gets a value indicating whether this point is empty (all components are zero). | |
| IsNaN | Gets a value indicating whether one of the members of this instance is NaN. | |
| PointD2DWithoutZ | Gets a 2D point with X and Y the same as this point, but without the z-component. | |
| VectorLength | Gets the vector length of this point. | |
| VectorLengthSquared | Gets the squared vector length of this point. | |
| X | Gets the x component of this point. | |
| Y | Gets the y component of this point. | |
| Z | Gets the z component of this point. |