public interface VectorStorageIntegral4Type extends VectorReadable4LType, VectorStorageIntegral3Type
| Modifier and Type | Method and 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. |
wsetVector3I, setVector3L, setXYZ, setZzsetVector2I, setVector2L, setX, setXY, setYx, ydefault 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