pub fn make_mat3<T: Scalar>(ptr: &[T]) -> TMat3<T>
Expand description

Creates a 3 matrix from a slice arranged in column-major order.