VectorReadable2LType, VectorStorageIntegral2Type, VectorStorageTypepublic final class VectorMutable2L extends Object implements VectorStorageIntegral2Type
| Constructor | Description |
|---|---|
VectorMutable2L() |
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. |
String |
toString() |
|
long |
x() |
|
long |
y() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsetVector2I, setVector2L, setXYpublic long x()
x in interface VectorReadable2LTypex componentpublic long y()
y in interface VectorReadable2LTypey 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