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