Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.core |
Modifier and Type | Method and Description |
---|---|
Rectangle |
Polygon.getRectangle()
Get the polygon rectangle bounds.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Rectangle.contains(Rectangle rectangle)
Check if the rectangle contains the other.
|
boolean |
Polygon.contains(Rectangle rectangle)
Check if the rectangle contains the other.
|
boolean |
Rectangle.intersects(Rectangle rectangle)
Check if the rectangle intersects the other.
|
boolean |
Polygon.intersects(Rectangle rectangle)
Check if the rectangle intersects the other.
|
Modifier and Type | Method and Description |
---|---|
static Rectangle |
UtilityMath.createRectangle()
Create a rectangle.
|
static Rectangle |
UtilityMath.createRectangle(double x,
double y,
double w,
double h)
Create a rectangle.
|
Copyright © 2014 Byron 3D Games Studio. All rights reserved.