Uses of Class
org.joml.Sphered
-
Packages that use Sphered Package Description org.joml Contains all classes of JOML. -
-
Uses of Sphered in org.joml
Methods in org.joml that return Sphered Modifier and Type Method Description SpheredSphered. translate(double x, double y, double z)Translatethisby the vector(x, y, z).SpheredSphered. translate(double x, double y, double z, Sphered dest)Translatethisby the vector(x, y, z)and store the result indest.SpheredSphered. translate(Vector3dc xyz)Translatethisby the given vectorxyz.SpheredSphered. translate(Vector3dc xyz, Sphered dest)Translatethisby the given vectorxyzand store the result indest.SpheredSphered. translate(Vector3fc xyz)Translatethisby the given vectorxyz.SpheredSphered. translate(Vector3fc xyz, Sphered dest)Translatethisby the given vectorxyzand store the result indest.Methods in org.joml with parameters of type Sphered Modifier and Type Method Description SpheredSphered. translate(double x, double y, double z, Sphered dest)Translatethisby the vector(x, y, z)and store the result indest.SpheredSphered. translate(Vector3dc xyz, Sphered dest)Translatethisby the given vectorxyzand store the result indest.SpheredSphered. translate(Vector3fc xyz, Sphered dest)Translatethisby the given vectorxyzand store the result indest.Constructors in org.joml with parameters of type Sphered Constructor Description Sphered(Sphered source)Create a newSpheredas a copy of the givensource.
-