rotation

fun <T : Number, Comparable<T>> rotation(axis: Vec3<T>, angle: Angle<T>): Mat4<T>

Creates a transformation matrix for a rotation by a given angle around a given axis.