public class GeomUtil.HitResult
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| Line | lineThe line on the target shape that intersected | 
| int | p1The index of the first point on the target shape that forms the line | 
| int | p2The index of the second point on the target shape that forms the line | 
| Vector2f | ptThe position of the intersection | 
| Constructor and Description | 
|---|
| HitResult() | 
public Line line
public int p1
public int p2
public Vector2f pt