Uses of Class
org.joml.Circled
-
Packages that use Circled Package Description org.joml Contains all classes of JOML. -
-
Uses of Circled in org.joml
Methods in org.joml that return Circled Modifier and Type Method Description CircledCircled. translate(double x, double y)Translatethisby the vector(x, y).CircledCircled. translate(double x, double y, Circled dest)Translatethisby the vector(x, y)and store the result indest.CircledCircled. translate(Vector2dc xy)Translatethisby the given vectorxy.CircledCircled. translate(Vector2dc xy, Circled dest)Translatethisby the given vectorxyand store the result indest.CircledCircled. translate(Vector2fc xy)Translatethisby the given vectorxy.CircledCircled. translate(Vector2fc xy, Circled dest)Translatethisby the given vectorxyand store the result indest.Methods in org.joml with parameters of type Circled Modifier and Type Method Description CircledCircled. translate(double x, double y, Circled dest)Translatethisby the vector(x, y)and store the result indest.CircledCircled. translate(Vector2dc xy, Circled dest)Translatethisby the given vectorxyand store the result indest.CircledCircled. translate(Vector2fc xy, Circled dest)Translatethisby the given vectorxyand store the result indest.Constructors in org.joml with parameters of type Circled Constructor Description Circled(Circled source)Create a newCircledas a copy of the givensource.
-