Class MutableIntVec3d
java.lang.Object
de.florianmichael.rclasses.functional.vec._3d.IntVec3d
de.florianmichael.rclasses.functional.vec._3d.mutable.MutableIntVec3d
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MutableIntVec3d
public MutableIntVec3d() -
MutableIntVec3d
public MutableIntVec3d(int x, int y, int z)
-
-
Method Details
-
getX
public int getX() -
getY
public int getY() -
getZ
public int getZ() -
setX
public void setX(int x) -
setY
public void setY(int y) -
setZ
public void setZ(int z) -
toString
-
equals
-
hashCode
public int hashCode()
-