Click or drag to resize

PlaneFAdd Method

Adds two planes.

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

Parameters

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