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