vec3

Function vec3 

Source
pub const fn vec3<Sc, B>(x: Sc, y: Sc, z: Sc) -> Vector<[Sc; 3], Real<3, B>>
Expand description

Returns a real 3-vector with components x, y, and z.