VectorReadable2LType, VectorReadable3LType, VectorStorageIntegral2Type, VectorStorageTypePVectorByteBufferedIntegral3Type<T>, PVectorByteBufferedIntegral4Type<T>, PVectorStorageIntegral3Type<T>, PVectorStorageIntegral4Type<T>, VectorByteBufferedIntegral3Type, VectorByteBufferedIntegral4Type, VectorStorageIntegral4TypePVectorByteBufferedIntegral3s16, PVectorByteBufferedIntegral3s32, PVectorByteBufferedIntegral3s64, PVectorByteBufferedIntegral3s8, PVectorByteBufferedIntegral4s16, PVectorByteBufferedIntegral4s32, PVectorByteBufferedIntegral4s64, PVectorByteBufferedIntegral4s8, PVectorMutable3L, PVectorMutable4L, VectorByteBufferedIntegral3s16, VectorByteBufferedIntegral3s32, VectorByteBufferedIntegral3s64, VectorByteBufferedIntegral3s8, VectorByteBufferedIntegral4s16, VectorByteBufferedIntegral4s32, VectorByteBufferedIntegral4s64, VectorByteBufferedIntegral4s8, VectorMutable3L, VectorMutable4Lpublic interface VectorStorageIntegral3Type extends VectorReadable3LType, VectorStorageIntegral2Type
| Modifier and Type | Method | 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. |
x, yzsetVector2I, setVector2L, setX, setXY, setYdefault 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