Package | Description |
---|---|
com.b3dgs.lionengine.core |
Modifier and Type | Method and Description |
---|---|
static Line |
UtilityMath.createLine()
Create a line.
|
static Line |
UtilityMath.createLine(double x1,
double y1,
double x2,
double y2)
Create a line.
|
Modifier and Type | Method and Description |
---|---|
static Coord |
UtilityMath.intersection(Line l1,
Line l2)
Get the intersection point of two lines.
|