Package | Description |
---|---|
com.b3dgs.lionengine.geom |
Geometry basic dedicated package.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
Polygon.getRectangle()
Get the polygon rectangle bounds.
|
Rectangle |
Rectangle.rotate(double angle)
Rotate rectangle with specific angle.
|
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.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.