Function nalgebra_glm::vec4

source ·
pub fn vec4<N: Scalar>(x: N, y: N, z: N, w: N) -> TVec4<N>
Expand description

Creates a new 4D vector.