| Package | Description |
|---|---|
| org.joml |
Contains all classes of JOML.
|
| 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(Vector2fc xy)
Translate
this by the given vector xy. |
Circlef |
Circlef.translate(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(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 © 2015–2019 JOML. All rights reserved.