Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.geometry.impl | |
com.b3dgs.lionengine.utility |
Modifier and Type | Method and Description |
---|---|
Point2D |
Geometry.createPoint2D(int x,
int y)
Create integer coordinates.
|
Modifier and Type | Class and Description |
---|---|
class |
Point2DImpl |
Modifier and Type | Method and Description |
---|---|
Point2D |
Point2DImpl.clone() |
Point2D |
GeometryFactory.createPoint2D(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
static Point2D |
Maths.intersection(java.awt.geom.Line2D l1,
java.awt.geom.Line2D l2)
Get the intersection point of two lines.
|