Represents a point in the 3D coordinate system.
Top
Top
The following tables list the members exposed by the FPoint type.
Name | Description | |
---|---|---|
Distance | Returns distance between two points. | |
Equals | Determines if this FPoint object and a specified object are equal. | |
GetAngle | Returns an angle between specified point and the X-axis of the Cartesian coordinate system that specified by another point. | |
GetHashCode | Returns the hash code for this instance. | |
Swap | Swaps two FPoints. |
Name | Description | |
---|---|---|
Equality | Checks if two FPoints are equal. | |
Implicit Conversion (FPoint to DPoint) | Converts FPoint into DPoint. | |
Inequality | Checks if two FPoint objects are not equal. |