Click or drag to resize

PlaneF Operators and Type Conversions

The PlaneF type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two planes.
Public operatorStatic memberEquality
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
Determines whether two given planes are unequal.
Public operatorStatic memberSubtraction
Subtracts two planes.
Public operatorStatic memberUnaryNegation
Reverses the direction of a given plane.
Top
See Also