Reverses the direction of a given plane.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void Negate(
ref Plane p,
out Plane result
)
Parameters
- p
- Type: NeoAxisPlane
The plane to negate. - result
- Type: NeoAxisPlane
When the method completes, contains the plane facing in the opposite direction.
See Also