VectorReadable2DType, VectorReadable3DType, VectorReadable4DType, VectorStorageFloating2Type, VectorStorageFloating3Type, VectorStorageTypePVectorByteBufferedFloating4Type<T>, PVectorStorageFloating4Type<T>, VectorByteBufferedFloating4TypePVectorByteBufferedFloating4s16, PVectorByteBufferedFloating4s32, PVectorByteBufferedFloating4s64, PVectorMutable4D, VectorByteBufferedFloating4s16, VectorByteBufferedFloating4s32, VectorByteBufferedFloating4s64, VectorMutable4Dpublic interface VectorStorageFloating4Type extends VectorReadable4DType, VectorStorageFloating3Type
| Modifier and Type | Method | Description |
|---|---|---|
default void |
setVector4D(Vector4D v) |
Set the components from the given vector.
|
default void |
setVector4F(Vector4F v) |
Set the components from the given vector.
|
void |
setW(double w) |
Set the
w component. |
default void |
setXYZW(double x,
double y,
double z,
double w) |
Set the
x, y, z, and w components. |
x, yzwsetVector2D, setVector2F, setX, setXY, setYsetVector3D, setVector3F, setXYZ, setZdefault void setVector4D(Vector4D v)
v - The source vectordefault void setVector4F(Vector4F v)
v - The source vectorvoid setW(double w)
w component.w - The W componentdefault void setXYZW(double x,
double y,
double z,
double 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