VectorReadable2LType, VectorReadable3LType, VectorReadable4LType, VectorStorageIntegral2Type, VectorStorageIntegral3Type, VectorStorageTypePVectorByteBufferedIntegral4Type<T>, PVectorStorageIntegral4Type<T>, VectorByteBufferedIntegral4TypePVectorByteBufferedIntegral4s16, PVectorByteBufferedIntegral4s32, PVectorByteBufferedIntegral4s64, PVectorByteBufferedIntegral4s8, PVectorMutable4L, VectorByteBufferedIntegral4s16, VectorByteBufferedIntegral4s32, VectorByteBufferedIntegral4s64, VectorByteBufferedIntegral4s8, VectorMutable4Lpublic interface VectorStorageIntegral4Type extends VectorReadable4LType, VectorStorageIntegral3Type
| Modifier and Type | Method | Description |
|---|---|---|
default void |
setVector4I(Vector4I v) |
Set the components from the given vector.
|
default void |
setVector4L(Vector4L v) |
Set the components from the given vector.
|
void |
setW(long w) |
Set the
w component. |
default void |
setXYZW(long x,
long y,
long z,
long w) |
Set the
x, y, z, and w components. |
x, yzwsetVector2I, setVector2L, setX, setXY, setYsetVector3I, setVector3L, setXYZ, setZdefault void setVector4L(Vector4L v)
v - The source vectordefault void setVector4I(Vector4I v)
v - The source vectorvoid setW(long w)
w component.w - The W componentdefault void setXYZW(long x,
long y,
long z,
long w)
x, y, z, and w components.x - The X componenty - The Y componentz - The Z componentw - The W componentCopyright © 2017 <code@io7m.com> http://io7m.com