Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.core |
Modifier and Type | Method and Description |
---|---|
List<Line> |
Polygon.getPoints()
Get the points.
|
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.
|
Copyright © 2014 Byron 3D Games Studio. All rights reserved.