PlaneSubtraction Operator |
Subtracts two planes.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Plane operator -(
Plane p0,
Plane p1
)
Parameters
- p0
- Type: NeoAxisPlane
The plane to subtract from. - p1
- Type: NeoAxisPlane
The plane to be subtracted from another plane.
Return Value
Type:
PlaneThe resulting plane.
See Also