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 structure. |
Name | Description | |
---|---|---|
Gets or sets the X coordinate of this point. |
||
Gets or sets the Y coordinate of this point. |
||
Gets or sets the Z coordinate of this point. |
Name | Description | |
---|---|---|
Sums two points' coordinates. |
||
Gets the distance to specified point. |
||
Scales the point's coordinates by specified scale factor. |
||
Object.ToString override. |