| Package | Description |
|---|---|
| org.joml |
Contains all classes of JOML.
|
| Modifier and Type | Method and Description |
|---|---|
Rectanglef |
Rectanglef.translate(float x,
float y)
Translate
this by the vector (x, y). |
Rectanglef |
Rectanglef.translate(float x,
float y,
Rectanglef dest)
Translate
this by the vector (x, y) and store the result in dest. |
Rectanglef |
Rectanglef.translate(Vector2fc xy)
Translate
this by the given vector xy. |
Rectanglef |
Rectanglef.translate(Vector2fc xy,
Rectanglef dest)
Translate
this by the given vector xy and store the result in dest. |
| Modifier and Type | Method and Description |
|---|---|
Rectanglef |
Rectanglef.translate(float x,
float y,
Rectanglef dest)
Translate
this by the vector (x, y) and store the result in dest. |
Rectanglef |
Rectanglef.translate(Vector2fc xy,
Rectanglef dest)
Translate
this by the given vector xy and store the result in dest. |
| Constructor and Description |
|---|
Rectanglef(Rectanglef source)
Create a new
Rectanglef as a copy of the given source. |
Copyright © 2015–2019 JOML. All rights reserved.