Subtracts two planes.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void Subtract(
ref PlaneF p0,
ref PlaneF p1,
out PlaneF result
)
Parameters
- p0
- Type: NeoAxisPlaneF
The plane to subtract from. - p1
- Type: NeoAxisPlaneF
The plane to be subtracted from another plane. - result
- Type: NeoAxisPlaneF
When the method completes, contains the resulting plane.
See Also