Reverses the direction of a given plane.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void Negate(
ref PlaneF p,
out PlaneF result
)
Parameters
- p PlaneF
- The plane to negate.
- result PlaneF
- When the method completes, contains the plane facing in the opposite direction.
See Also