Function nalgebra_glm::vec1_to_vec3

source ·
pub fn vec1_to_vec3<T: Number>(v: &TVec1<T>) -> TVec3<T>
Expand description

Creates a 3D vector from another vector.

Missing components, if any, are set to 0.

See also: