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