T - A phantom type parameterPVectorReadable2LType<T>, VectorReadable2LType, PVectorStorageIntegral2Type<T>, VectorStorageIntegral2Type, VectorStorageTypepublic final class PVectorMutable2L<T> extends Object implements PVectorStorageIntegral2Type<T>
| Constructor | Description |
|---|---|
PVectorMutable2L() |
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, waitsetPVector2I, setPVector2LsetVector2I, 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