Vec3 is a vector with coordinates for 3d mapping
x the x coordinate
x
y the y coordinate
y
z the z coordinate
z
Vec3([this.x = 0,this.y = 0,this.z = 0]);