Click or drag to resize

PlaneF Operators and Type Conversions

The PlaneF type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(PlaneF, PlaneF) Adds two planes.
Public operatorStatic memberEquality(PlaneF, PlaneF) Determines whether two given planes are equal.
Public operatorStatic member(PlaneF to Plane) Implicit conversion from PlaneF type to Plane type for the given value.
Public operatorStatic memberInequality(PlaneF, PlaneF) Determines whether two given planes are unequal.
Public operatorStatic memberSubtraction(PlaneF, PlaneF) Subtracts two planes.
Public operatorStatic memberUnaryNegation(PlaneF) Reverses the direction of a given plane.
Top
See Also