PlaneFSubtraction Operator |
Subtracts two planes.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static PlaneF operator -(
PlaneF p0,
PlaneF p1
)
Parameters
- p0 PlaneF
- The plane to subtract from.
- p1 PlaneF
- The plane to be subtracted from another plane.
Return Value
PlaneFThe resulting plane.
See Also