pub fn Vec3_Transform(result: &mut Vec3, a: &Vec3, mat: &Matrix)
Expand description

Transforms a vector by the given matrix.