Function vecmath::row_mat3_transform_pos2 [] [src]

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

Transforms a 2D position through row matrix.