public interface VectorStorageIntegral2Type extends VectorReadable2LType, VectorStorageType
| Modifier and Type | Method and Description |
|---|---|
default void |
setVector2I(Vector2I v)
Set the components from the given vector.
|
default void |
setVector2L(Vector2L v)
Set the components from the given vector.
|
void |
setX(long x)
Set the
x component. |
default void |
setXY(long x,
long y)
Set the
x and y components. |
void |
setY(long y)
Set the
Y component. |
x, ydefault void setVector2L(Vector2L v)
v - The source vectordefault void setVector2I(Vector2I v)
v - The source vectorvoid setX(long x)
x component.x - The X componentvoid setY(long y)
Y component.y - The Y componentdefault void setXY(long x,
long y)
x and y components.x - The X componenty - The Y componentCopyright © 2017 <code@io7m.com> http://io7m.com