| Package | Description |
|---|---|
| org.jogamp.java3d.utils.picking |
| Modifier and Type | Method and Description |
|---|---|
PickIntersection |
PickResult.getClosestIntersection(Point3d pt)
Gets the PickIntersection in this PickResult that is closest to a point
|
PickIntersection |
PickResult.getIntersection(int index)
Returns a specific PickIntersection object
|