fromRotation

fun fromRotation(rotation: Matrix3, result: Matrix4? = definedExternally): Matrix4(source)

Creates a rotation matrix.

Return

The modified result parameter, or a new Matrix4 instance if one was not provided.

Parameters

rotation

The rotation matrix.

result

The object in which the result will be stored, if undefined a new instance will be created.

See also