VectorReadable2DType, VectorReadable3DType, VectorStorageFloating2Type, VectorStorageFloating3Type, VectorStorageTypepublic final class VectorMutable3D extends Object implements VectorStorageFloating3Type
| Constructor | Description |
|---|---|
VectorMutable3D() |
Create a new vector.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
int |
hashCode() |
|
void |
setX(double in_x) |
Set the
x component. |
void |
setY(double in_y) |
Set the
Y component. |
void |
setZ(double in_z) |
Set the
z component. |
String |
toString() |
|
double |
x() |
|
double |
y() |
|
double |
z() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsetVector2D, setVector2F, setXYsetVector3D, setVector3F, setXYZpublic double x()
x in interface VectorReadable2DTypex componentpublic double y()
y in interface VectorReadable2DTypey componentpublic double z()
z in interface VectorReadable3DTypez componentpublic void setZ(double in_z)
VectorStorageFloating3Typez component.setZ in interface VectorStorageFloating3Typein_z - The Z componentpublic void setX(double in_x)
VectorStorageFloating2Typex component.setX in interface VectorStorageFloating2Typein_x - The X componentpublic void setY(double in_y)
VectorStorageFloating2TypeY component.setY in interface VectorStorageFloating2Typein_y - The Y componentCopyright © 2017 <code@io7m.com> http://io7m.com