Function row_mat4_transform

Source
pub fn row_mat4_transform<T>(mat: Matrix4<T>, a: Vector4<T>) -> Vector4<T>
where T: Copy + Add<T, Output = T> + Mul<T, Output = T>,
Expand description

Transforms a 4D vector through a matrix.