Click or drag to resize

PlaneFUnaryNegation Operator

Reverses the direction of a given plane.

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 p
)

Parameters

p  PlaneF
The plane to negate.

Return Value

PlaneF
A plane facing in the opposite direction.
See Also