Function vecmath::col_mat4_transform
[−]
[src]
pub fn col_mat4_transform<T>(mat: Matrix4<T>, a: Vector4<T>) -> Vector4<T> where T: Copy + Add<T, Output=T> + Mul<T, Output=T>
Transforms a 4D vector through a matrix.