Class ImmutableIntVec3d
java.lang.Object
de.florianmichael.rclasses.functional.vec._3d.IntVec3d
de.florianmichael.rclasses.functional.vec._3d.immutable.ImmutableIntVec3d
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ImmutableIntVec3d
public ImmutableIntVec3d() -
ImmutableIntVec3d
public ImmutableIntVec3d(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()
-