| Package | Description |
|---|---|
| org.lwjgl.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WritableRectangle
Write interface for Rectangles
|
| Modifier and Type | Class and Description |
|---|---|
class |
Point
A 2D integer point class, which looks remarkably like an AWT one.
|
class |
Rectangle
A 2D integer Rectangle class which looks remarkably like an AWT one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Point.getLocation(WritablePoint dest) |
void |
ReadablePoint.getLocation(WritablePoint dest)
Copy this ReadablePoint into a destination Point
|
void |
Rectangle.getLocation(WritablePoint dest) |
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.