Represents a point in 3D space.
The following tables list the members exposed by the Point3D type.
Name | Description | |
---|---|---|
Initializes a new instance of the Point3D class with the specified X, Y and Z coordinates. |
Name | Description | |
---|---|---|
Sums two Point3Ds' coordinates. |
||
Gets the distance of this Point3D to the specified Point3D. |
||
Gets the X coordinate of this Point3D. |
||
Gets the Y coordinate of this Point3D. |
||
Gets the Z coordinate of this Point3D. |
||
Scales the point's coordinates by the specified scale factor. |
||
Sets the X coordinate of this Point3D to the specified value. |
||
Sets the Y coordinate of this Point3D to the specified value. |
||
Sets the Z coordinate of this Point3D to the specified value. |
||
Object.ToString override. |