rotation

fun rotation(m: Mat4): Mat4
fun rotation(d: Float3): Mat4
fun rotation(axis: Float3, angle: Float): Mat4

Create a rotation matrix.

The axis vector SHOULD be normalized.