pub fn vec1_to_vec2<T: Number>(v: &TVec1<T>) -> TVec2<T>
Expand description

Creates a 2D vector from another vector.

Missing components, if any, are set to 0.

See also: