Click or drag to resize

PlaneAdd Method

Adds two planes.

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

Parameters

p0  Plane
The first plane to add.
p1  Plane
The second plane to add.
result  Plane
When the method completes, contains the resulting plane.
See Also