public interface VectorStorageFloating3Type extends VectorReadable3DType, VectorStorageFloating2Type
| Modifier and Type | Method and Description |
|---|---|
default void |
setVector3D(Vector3D v)
Set the components from the given vector.
|
default void |
setVector3F(Vector3F v)
Set the components from the given vector.
|
default void |
setXYZ(double x,
double y,
double z)
Set the
x, y, z components. |
void |
setZ(double z)
Set the
z component. |
zsetVector2D, setVector2F, setX, setXY, setYx, ydefault void setVector3D(Vector3D v)
v - The source vectordefault void setVector3F(Vector3F v)
v - The source vectorvoid setZ(double z)
z component.z - The Z componentdefault void setXYZ(double x,
double y,
double z)
x, y, z components.x - The X componenty - The Y componentz - The Z componentCopyright © 2017 <code@io7m.com> http://io7m.com