V.XXX

static Vec3 XXX(float x)

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

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




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