public interface VectorStorageIntegral3Type extends VectorReadable3LType, VectorStorageIntegral2Type
| Modifier and Type | Method and Description |
|---|---|
default void |
setVector3I(Vector3I v)
Set the components from the given vector.
|
default void |
setVector3L(Vector3L v)
Set the components from the given vector.
|
default void |
setXYZ(long x,
long y,
long z)
Set the
x, y, z components. |
void |
setZ(long z)
Set the
z component. |
zsetVector2I, setVector2L, setX, setXY, setYx, ydefault void setVector3L(Vector3L v)
v - The source vectordefault void setVector3I(Vector3I v)
v - The source vectorvoid setZ(long z)
z component.z - The Z componentdefault void setXYZ(long x,
long y,
long z)
x, y, z components.x - The X componenty - The Y componentz - The Z componentCopyright © 2017 <code@io7m.com> http://io7m.com