vec4

Function vec4 

Source
pub const fn vec4(x: f32, y: f32, z: f32, w: f32) -> Vec4
Expand description

create a vector with an x, y, z and w coordinate.