UxrAxis.OtherThan Method

Returns the remaining axis which is not axis1 nor axis2.

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

Syntax

C#

public static UxrAxis OtherThan(
	UxrAxis axis1,
	UxrAxis axis2
)

Parameters

 

axis1
Type: UltimateXR.Core.Math.UxrAxis
Axis 1
axis2
Type: UltimateXR.Core.Math.UxrAxis
Axis 2

Return Value

Type: UxrAxis
The remaining axis which is not axis1 nor axis2

See Also

Reference

UxrAxis Class
UltimateXR.Core.Math Namespace