Package | Description |
---|---|
org.lwjgl.util |
Modifier and Type | Class and Description |
---|---|
class |
Rectangle
A 2D integer Rectangle class which looks remarkably like an AWT one.
|
Modifier and Type | Method and Description |
---|---|
WritableRectangle |
Rectangle.union(ReadableRectangle r,
WritableRectangle dest)
Computes the union of this
Rectangle with the
specified Rectangle . |
Modifier and Type | Method and Description |
---|---|
void |
ReadableRectangle.getBounds(WritableRectangle dest)
Copy this readable rectangle's bounds into a destination Rectangle
|
void |
Rectangle.getBounds(WritableRectangle dest) |
WritableRectangle |
Rectangle.union(ReadableRectangle r,
WritableRectangle dest)
Computes the union of this
Rectangle with the
specified Rectangle . |
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.