Package | Description |
---|---|
com.b3dgs.lionengine.geom |
Geometry basic dedicated package.
|
Modifier and Type | Method and Description |
---|---|
static Line |
Geom.createLine()
Create a line.
|
static Line |
Geom.createLine(double x1,
double y1,
double x2,
double y2)
Create a line.
|
static Line |
Geom.createLine(Line line)
Create a line.
|
Modifier and Type | Method and Description |
---|---|
Collection<Line> |
Polygon.getPoints()
Get the points.
|
Modifier and Type | Method and Description |
---|---|
static Line |
Geom.createLine(Line line)
Create a line.
|
static Coord |
Geom.intersection(Line l1,
Line l2)
Get the intersection point of two lines.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.