Skip to main content

rvec3

Function rvec3 

Source
pub fn rvec3<T1, T2, T3>(x: T1, y: T2, z: T3) -> Vector3
where T1: AsF32, T2: AsF32, T3: AsF32,
Expand description

A convenience function for making a new Vector3.