Uses of Class
org.joml.Rectangled
-
Packages that use Rectangled Package Description org.joml Contains all classes of JOML. -
-
Uses of Rectangled in org.joml
Methods in org.joml that return Rectangled Modifier and Type Method Description RectangledRectangled. translate(double x, double y)Translatethisby the vector(x, y).RectangledRectangled. translate(double x, double y, Rectangled dest)Translatethisby the vector(x, y)and store the result indest.RectangledRectangled. translate(Vector2dc xy)Translatethisby the given vectorxy.RectangledRectangled. translate(Vector2dc xy, Rectangled dest)Translatethisby the given vectorxyand store the result indest.RectangledRectangled. translate(Vector2fc xy)Translatethisby the given vectorxy.RectangledRectangled. translate(Vector2fc xy, Rectangled dest)Translatethisby the given vectorxyand store the result indest.Methods in org.joml with parameters of type Rectangled Modifier and Type Method Description booleanRectangled. intersects(Rectangled other)Check if this and the given rectangle intersect.booleanRectanglef. intersects(Rectangled other)Check if this and the given rectangle intersect.RectangledRectangled. translate(double x, double y, Rectangled dest)Translatethisby the vector(x, y)and store the result indest.RectangledRectangled. translate(Vector2dc xy, Rectangled dest)Translatethisby the given vectorxyand store the result indest.RectangledRectangled. translate(Vector2fc xy, Rectangled dest)Translatethisby the given vectorxyand store the result indest.Constructors in org.joml with parameters of type Rectangled Constructor Description Rectangled(Rectangled source)Create a newRectangledas a copy of the givensource.
-