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

Creates a new 4D vector.