VectorReadable2DType, VectorStorageTypePVectorByteBufferedFloating2Type<T>, PVectorByteBufferedFloating3Type<T>, PVectorByteBufferedFloating4Type<T>, PVectorStorageFloating2Type<T>, PVectorStorageFloating3Type<T>, PVectorStorageFloating4Type<T>, VectorByteBufferedFloating2Type, VectorByteBufferedFloating3Type, VectorByteBufferedFloating4Type, VectorStorageFloating3Type, VectorStorageFloating4TypePVectorByteBufferedFloating2s16, PVectorByteBufferedFloating2s32, PVectorByteBufferedFloating2s64, PVectorByteBufferedFloating3s16, PVectorByteBufferedFloating3s32, PVectorByteBufferedFloating3s64, PVectorByteBufferedFloating4s16, PVectorByteBufferedFloating4s32, PVectorByteBufferedFloating4s64, PVectorMutable2D, PVectorMutable3D, PVectorMutable4D, VectorByteBufferedFloating2s16, VectorByteBufferedFloating2s32, VectorByteBufferedFloating2s64, VectorByteBufferedFloating3s16, VectorByteBufferedFloating3s32, VectorByteBufferedFloating3s64, VectorByteBufferedFloating4s16, VectorByteBufferedFloating4s32, VectorByteBufferedFloating4s64, VectorMutable2D, VectorMutable3D, VectorMutable4Dpublic interface VectorStorageFloating2Type extends VectorReadable2DType, VectorStorageType
| Modifier and Type | Method | Description |
|---|---|---|
default void |
setVector2D(Vector2D v) |
Set the components from the given vector.
|
default void |
setVector2F(Vector2F v) |
Set the components from the given vector.
|
void |
setX(double x) |
Set the
x component. |
default void |
setXY(double x,
double y) |
Set the
x and y components. |
void |
setY(double y) |
Set the
Y component. |
x, ydefault void setVector2D(Vector2D v)
v - The source vectordefault void setVector2F(Vector2F v)
v - The source vectorvoid setX(double x)
x component.x - The X componentvoid setY(double y)
Y component.y - The Y componentdefault void setXY(double x,
double y)
x and y components.x - The X componenty - The Y componentCopyright © 2017 <code@io7m.com> http://io7m.com