Click or drag to resize

PlaneFAddition Operator

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 PlaneF operator +(
	PlaneF p0,
	PlaneF p1
)

Parameters

p0  PlaneF
The first plane to add.
p1  PlaneF
The second plane to add.

Return Value

PlaneF
The resulting plane.
See Also