V.XY0

static Vec3 XY0(float x, float y)

Creates a Vec3, this is a straight alternative to new Vec3(x, y, 0)

   
float x X component of the Vector
float y Y component of the Vector
RETURNS: Vec3 A Vec3(x, y, 0)




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