Function vecmath::row_mat4_transform [] [src]

pub fn row_mat4_transform<T: Float + Copy>(mat: Matrix4<T>, a: Vector4<T>) -> Vector4<T>

Transforms a 4D vector through a matrix.