Click or drag to resize
Ab4d.SharpEngine logo

MathUtilsGetMaxAxisAngle Method

Returns the axis and the angle of rotation angle with maximum absolute value. When all angles are zero, then axis is None and axisVector is zero.

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public static (CoordinateAxes axis, Vector3 axisVector, float angle) GetMaxAxisAngle(
	float rotateX,
	float rotateY,
	float rotateZ
)

Parameters

rotateX  Single
 
rotateY  Single
 
rotateZ  Single
 

Return Value

ValueTupleCoordinateAxes, Vector3, Single
See Also