VectorReadable2LType, VectorReadable3LType, VectorReadable4LType, VectorStorageIntegral2Type, VectorStorageIntegral3Type, VectorStorageIntegral4Type, VectorStorageTypepublic final class VectorMutable4L extends Object implements VectorStorageIntegral4Type
| Constructor | Description |
|---|---|
VectorMutable4L() |
Create a new vector.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
int |
hashCode() |
|
void |
setW(long in_w) |
Set the
w component. |
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 |
w() |
|
long |
x() |
|
long |
y() |
|
long |
z() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsetVector2I, setVector2L, setXYsetVector3I, setVector3L, setXYZsetVector4I, setVector4L, setXYZWpublic long x()
x in interface VectorReadable2LTypex componentpublic long y()
y in interface VectorReadable2LTypey componentpublic long w()
w in interface VectorReadable4LTypew 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 componentpublic void setW(long in_w)
VectorStorageIntegral4Typew component.setW in interface VectorStorageIntegral4Typein_w - The W componentCopyright © 2017 <code@io7m.com> http://io7m.com