V.XYZ

static Vec3 XYZ(float x, float y, float z)

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

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




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