Function col_mat4x3_transform_pos3

Source
pub fn col_mat4x3_transform_pos3<T>(
    mat: Matrix4x3<T>,
    a: Vector3<T>,
) -> Vector3<T>
where T: Copy + Add<T, Output = T> + Mul<T, Output = T>,
Expand description

Transforms a 3D position through matrix.