computeAxis

fun computeAxis(quaternion: Quaternion, result: Cartesian3): Cartesian3(source)

Computes the axis of rotation of the provided quaternion.

Return

The modified result parameter.

Parameters

quaternion

The quaternion to use.

result

The object onto which to store the result.

See also