| Package | Description |
|---|---|
| org.jogamp.java3d | |
| org.jogamp.java3d.utils.pickfast |
| Modifier and Type | Method and Description |
|---|---|
PickInfo.IntersectionInfo[] |
PickInfo.getIntersectionInfos()
Retrieves the reference to the array of intersection results in this PickInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
PickInfo.IntersectionInfo |
PickIntersection.getIntersectionInfo()
Gets the IntersectionInfo this intersection is part of.
|
| Constructor and Description |
|---|
PickIntersection(Transform3D localToVWorld,
PickInfo.IntersectionInfo intersectionInfo)
Constructor
|