Function col_mat3_transform

Source
pub fn col_mat3_transform<T>(mat: Matrix3<T>, a: Vector3<T>) -> Vector3<T>
where T: Copy + Add<T, Output = T> + Mul<T, Output = T>,
Expand description

Transforms a 3D vector through a matrix.