Click or drag to resize

PlaneUnaryNegation Operator

Reverses the direction of a given plane.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static Plane operator -(
	Plane p
)

Parameters

p
Type: NeoAxisPlane
The plane to negate.

Return Value

Type: Plane
A plane facing in the opposite direction.
See Also