Subtracts two planes.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void Subtract(
ref Plane p0,
ref Plane p1,
out Plane result
)
Parameters
- p0 Plane
- The plane to subtract from.
- p1 Plane
- The plane to be subtracted from another plane.
- result Plane
- When the method completes, contains the resulting plane.
See Also