| 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(org.joml.Vector2dc xy)
Translate
this by the given vector xy. |
Circled |
Circled.translate(org.joml.Vector2dc xy,
Circled dest)
Translate
this by the given vector xy and store the result in dest. |
Circled |
Circled.translate(org.joml.Vector2fc xy)
Translate
this by the given vector xy. |
Circled |
Circled.translate(org.joml.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(org.joml.Vector2dc xy,
Circled dest)
Translate
this by the given vector xy and store the result in dest. |
Circled |
Circled.translate(org.joml.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 © 2020 JOML. All rights reserved.