compose

fun compose(position: Vector3, quaternion: Quaternion, scale: Vector3): Matrix4

Sets this matrix to the transformation composed of the given position, rotation (quaternion) and scale.

Return

A reference to this matrix.