UxrAxis.UnaryNegation Operator

Unary minus operator. Negates the axis value.

Namespace: UltimateXR.Core.Math
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static Vector3 operator -(
	UxrAxis axis
)

Parameters

 

axis
Type: UltimateXR.Core.Math.UxrAxis
Axis to negate

Return Value

Type: Vector3
Negated axis

See Also

Reference

UxrAxis Class
UltimateXR.Core.Math Namespace