Function vecmath::row_mat3x4_transform_vec3 [] [src]

pub fn row_mat3x4_transform_vec3<T: Float + Copy>(mat: Matrix3x4<T>, a: Vector3<T>) -> Vector3<T>

Transforms a 3D vector through matrix.