Click or drag to resize

PlaneSubtract Method

Subtracts two planes.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void Subtract(
	ref Plane p0,
	ref Plane p1,
	out Plane result
)

Parameters

p0
Type: NeoAxisPlane
The plane to subtract from.
p1
Type: NeoAxisPlane
The plane to be subtracted from another plane.
result
Type: NeoAxisPlane
When the method completes, contains the resulting plane.
See Also