Function vecmath::col_mat3_transform [] [src]

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

Transforms a 3D vector through a matrix.