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