PlaneUnaryNegation Operator |
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 Plane operator -(
Plane p
)
Parameters
- p Plane
- The plane to negate.
Return Value
PlaneA plane facing in the opposite direction.
See Also