Point3D Operators and Type Conversions
.NET Framework 4.5
The Point3D type exposes the following members.
| Name | Description | |
|---|---|---|
|
Addition | Adds a Point3D structure to a Vector3D and returns the result as a Point3D structure. |
|
Equality | Compares two Point3D structures for equality. |
|
Explicit(Point3D to Point4D) | Converts a Point3D structure into a Point4D structure. |
|
Explicit(Point3D to Vector3D) | Converts a Point3D structure into a Vector3D structure. |
|
Inequality | Compares two Point3D structures for inequality. |
|
Multiply | Transforms the specified Point3D structure by the specified Matrix3D structure. |
|
Subtraction(Point3D, Point3D) | Subtracts a Point3D structure from a Point3D structure and returns the result as a Vector3D structure. |
|
Subtraction(Point3D, Vector3D) | Subtracts a Vector3D structure from a Point3D structure and returns the result as a Point3D structure. |