Uses of Class
org.lwjgl.util.Rectangle
-
Packages that use Rectangle Package Description org.lwjgl.util -
-
Uses of Rectangle in org.lwjgl.util
Methods in org.lwjgl.util that return Rectangle Modifier and Type Method Description RectangleRectangle. intersection(ReadableRectangle r, Rectangle dest)Computes the intersection of thisRectanglewith the specifiedRectangle.Methods in org.lwjgl.util with parameters of type Rectangle Modifier and Type Method Description RectangleRectangle. intersection(ReadableRectangle r, Rectangle dest)Computes the intersection of thisRectanglewith the specifiedRectangle.
-