Point |
The PointD3D type exposes the following members.
| Name | Description | |
|---|---|---|
| Distance | Calculates the distance between two points. | |
| DistanceSquared | Calculates the squared distance between two points. | |
| DistanceSquaredTo | Calculates the squared distance between this point and another point. | |
| DistanceTo | Calculates the distance between this point and another point. | |
| DotProduct(PointD3D) | Calculates the dot product of this point and another point. | |
| DotProduct(PointD3D, PointD3D) | Calculates the dot product of two points. | |
| Equals | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
| GetNormalized | Gets a normalized version of this point (length 1). | |
| GetSignFlipped | Gets a new point with all components sign-flipped. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Interpolate | Interpolates between the points p0 and p1. | |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) | |
| WithX | Returns a new instance with X set to the provided value. | |
| WithXPlus | Returns a new instance with X set to the X plus the provided value. | |
| WithY | Returns a new instance with Y set to the provided value. | |
| WithYPlus | Returns a new instance with Y set to the Y plus the provided value. | |
| WithZ | Returns a new instance with Z set to the provided value. | |
| WithZPlus | Returns a new instance with Z set to the Z plus the provided value. |