| Package | Description |
|---|---|
| org.cell2d.celick.geom |
| Modifier and Type | Field and Description |
|---|---|
Line |
GeomUtil.HitResult.line
The line on the target shape that intersected
|
| Modifier and Type | Method and Description |
|---|---|
Line |
GeomUtil.getLine(Shape shape,
float sx,
float sy,
int e)
Get a line between two points in a shape
|
Line |
GeomUtil.getLine(Shape shape,
int s,
int e)
Get a line between two points in a shape
|
| Modifier and Type | Method and Description |
|---|---|
Vector2f |
Line.intersect(Line other)
Intersect this line with another
|
Vector2f |
Line.intersect(Line other,
boolean limit)
Intersect this line with another
|
boolean |
Line.intersect(Line other,
boolean limit,
Vector2f result)
Intersect this line with another
|
GeomUtil.HitResult |
GeomUtil.intersect(Shape shape,
Line line)
Intersect a line with a shape
|