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