Function vecmath::row_mat2x3_transform_vec2 [] [src]

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

Transforms a 2D vector through matrix.