VectorReadable2LType, VectorReadable3LType, VectorStorageIntegral2Type, VectorStorageIntegral3Type, VectorStorageTypepublic final class VectorMutable3L extends Object implements VectorStorageIntegral3Type
| Constructor | Description |
|---|---|
VectorMutable3L() |
Create a new vector.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
int |
hashCode() |
|
void |
setX(long in_x) |
Set the
x component. |
void |
setY(long in_y) |
Set the
Y component. |
void |
setZ(long in_z) |
Set the
z component. |
String |
toString() |
|
long |
x() |
|
long |
y() |
|
long |
z() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsetVector2I, setVector2L, setXYsetVector3I, setVector3L, setXYZpublic long x()
x in interface VectorReadable2LTypex componentpublic long y()
y in interface VectorReadable2LTypey componentpublic long z()
z in interface VectorReadable3LTypez componentpublic void setZ(long in_z)
VectorStorageIntegral3Typez component.setZ in interface VectorStorageIntegral3Typein_z - The Z componentpublic void setX(long in_x)
VectorStorageIntegral2Typex component.setX in interface VectorStorageIntegral2Typein_x - The X componentpublic void setY(long in_y)
VectorStorageIntegral2TypeY component.setY in interface VectorStorageIntegral2Typein_y - The Y componentCopyright © 2017 <code@io7m.com> http://io7m.com