V.XYZW

static Vec4 XYZW(float x, float y, float z, float w)

Creates a Vec4, this is a straight alternative to new Vec4(x, y, z, w)

   
float x X component of the Vector
float y Y component of the Vector
float z Z component of the Vector
float w W component of the Vector
RETURNS: Vec4 A Vec4(x, y, z, w)




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