Function nalgebra_glm::vec1_to_vec4

source ·
pub fn vec1_to_vec4<N: Number>(v: &TVec1<N>) -> TVec4<N>
Expand description

Creates a 4D vector from another vector.

Missing components, if any, are set to 0.

See also: