V.XXXX

static Vec4 XXXX(float x)

Creates a Vec4 where all components are the same value. This is the same as new Vec4(x, x, x, x)

   
float x X, Y, Z and W components will have this value.
RETURNS: Vec4 A Vec4(x, x, x, x)




Found an issue with these docs, or have some additional questions? Create an Issue on Github!