Plane |
The PlaneF type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(PlaneF, PlaneF) | Adds two planes. | |
| Equality(PlaneF, PlaneF) | Determines whether two given planes are equal. | |
| (PlaneF to Plane) | Implicit conversion from PlaneF type to Plane type for the given value. | |
| Inequality(PlaneF, PlaneF) | Determines whether two given planes are unequal. | |
| Subtraction(PlaneF, PlaneF) | Subtracts two planes. | |
| UnaryNegation(PlaneF) | Reverses the direction of a given plane. |