VectorReadable2LType, VectorStorageTypePVectorByteBufferedIntegral2Type<T>, PVectorByteBufferedIntegral3Type<T>, PVectorByteBufferedIntegral4Type<T>, PVectorStorageIntegral2Type<T>, PVectorStorageIntegral3Type<T>, PVectorStorageIntegral4Type<T>, VectorByteBufferedIntegral2Type, VectorByteBufferedIntegral3Type, VectorByteBufferedIntegral4Type, VectorStorageIntegral3Type, VectorStorageIntegral4TypePVectorByteBufferedIntegral2s16, PVectorByteBufferedIntegral2s32, PVectorByteBufferedIntegral2s64, PVectorByteBufferedIntegral2s8, PVectorByteBufferedIntegral3s16, PVectorByteBufferedIntegral3s32, PVectorByteBufferedIntegral3s64, PVectorByteBufferedIntegral3s8, PVectorByteBufferedIntegral4s16, PVectorByteBufferedIntegral4s32, PVectorByteBufferedIntegral4s64, PVectorByteBufferedIntegral4s8, PVectorMutable2L, PVectorMutable3L, PVectorMutable4L, VectorByteBufferedIntegral2s16, VectorByteBufferedIntegral2s32, VectorByteBufferedIntegral2s64, VectorByteBufferedIntegral2s8, VectorByteBufferedIntegral3s16, VectorByteBufferedIntegral3s32, VectorByteBufferedIntegral3s64, VectorByteBufferedIntegral3s8, VectorByteBufferedIntegral4s16, VectorByteBufferedIntegral4s32, VectorByteBufferedIntegral4s64, VectorByteBufferedIntegral4s8, VectorMutable2L, VectorMutable3L, VectorMutable4Lpublic interface VectorStorageIntegral2Type extends VectorReadable2LType, VectorStorageType
| Modifier and Type | Method | 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