Click or drag to resize

Plane Operators

The Plane type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Plane, Plane) Adds two planes.
Public operatorStatic memberEquality(Plane, Plane) Determines whether two given planes are equal.
Public operatorStatic memberInequality(Plane, Plane) Determines whether two given planes are unequal.
Public operatorStatic memberSubtraction(Plane, Plane) Subtracts two planes.
Public operatorStatic memberUnaryNegation(Plane) Reverses the direction of a given plane.
Top
See Also