public interface VectorStorageFloating4Type extends VectorReadable4DType, VectorStorageFloating3Type
| Modifier and Type | Method and 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. |
wsetVector3D, setVector3F, setXYZ, setZzsetVector2D, setVector2F, setX, setXY, setYx, ydefault 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