Function classicube_sys::Vec3_Transform
source ยท pub fn Vec3_Transform(result: &mut Vec3, a: &Vec3, mat: &Matrix)
Expand description
Transforms a vector by the given matrix.
pub fn Vec3_Transform(result: &mut Vec3, a: &Vec3, mat: &Matrix)
Transforms a vector by the given matrix.