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