V.X0Z

static Vec3 X0Z(float x, float z)

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

   
float x X component of the Vector
float z Z component of the Vector
RETURNS: Vec3 A Vec3(x, 0, z)




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