Function nalgebra_glm::vec4

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

Creates a new 4D vector.