|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.newdawn.slick.geom.GeomUtil.HitResult
public class GeomUtil.HitResult
A lightweigtht description of a intersection between a shape and line.
Field Summary | |
---|---|
Line |
line
The line on the target shape that intersected |
int |
p1
The index of the first point on the target shape that forms the line |
int |
p2
The index of the second point on the target shape that forms the line |
Vector2f |
pt
The position of the intersection |
Constructor Summary | |
---|---|
GeomUtil.HitResult()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Line line
public int p1
public int p2
public Vector2f pt
Constructor Detail |
---|
public GeomUtil.HitResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |