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