Function nalgebra_glm::vec3

source ·
pub fn vec3<N: Scalar>(x: N, y: N, z: N) -> TVec3<N>
Expand description

Creates a new 3D vector.