Uses of Interface
org.lwjgl.util.WritablePoint
-
Packages that use WritablePoint Package Description org.lwjgl.util -
-
Uses of WritablePoint in org.lwjgl.util
Subinterfaces of WritablePoint in org.lwjgl.util Modifier and Type Interface Description interfaceWritableRectangleWrite interface for RectanglesClasses in org.lwjgl.util that implement WritablePoint Modifier and Type Class Description classPointA 2D integer point class, which looks remarkably like an AWT one.classRectangleA 2D integer Rectangle class which looks remarkably like an AWT one.Methods in org.lwjgl.util with parameters of type WritablePoint Modifier and Type Method Description voidPoint. getLocation(WritablePoint dest)voidReadablePoint. getLocation(WritablePoint dest)Copy this ReadablePoint into a destination PointvoidRectangle. getLocation(WritablePoint dest)
-