public interface VectorStorageFloating2Type extends VectorReadable2DType, VectorStorageType
| Modifier and Type | Method and 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