Represents a point in the 3D coordinate system.

The following tables list the members exposed by the FPoint type.

Name Description
Public constructor FPoint Initializes a new FPoint with the specified coordinates.
Top
Name Description
Public property Static Empty Represents a FPoint that is a null reference (Nothing in Visual Basic).
Public property Item Gets or sets a single coordinate of FPoint structure.
Top
Name Description
Public method Static Distance Returns distance between two points.
Public method Equals Determines if this FPoint object and a specified object are equal.
Public method Static GetAngle Returns an angle between specified point and the X-axis of the Cartesian coordinate system that specified by another point.
Public method GetHashCode Returns the hash code for this instance.
Public method Swap Swaps two FPoints.
Top
Name Description
Operator Static Equality Checks if two FPoints are equal.
Operator Static Implicit Conversion (FPoint to DPoint) Converts FPoint into DPoint.
Operator Static Inequality Checks if two FPoint objects are not equal.
Top
Name Description
Public field X Represents the x-coordinate of this FPoint.
Public field Y Represents the y-coordinate of this FPoint.
Public field Z Represents the z-coordinate of this FPoint.
Top