Click or drag to resize

PlaneAddition Operator

Adds two planes.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Plane operator +(
	Plane p0,
	Plane p1
)

Parameters

p0
Type: NeoAxisPlane
The first plane to add.
p1
Type: NeoAxisPlane
The second plane to add.

Return Value

Type: Plane
The resulting plane.
See Also