Package | Description |
---|---|
org.scijava.java3d |
Provides the core set of classes for the
3D graphics API for the Java platform; click here for more information,
including explanatory material that was formerly found in the guide.
|
org.scijava.java3d.utils.pickfast |
Provides picking utility classes for the new core picking methods.
|
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
|
Copyright © 2016–2022 SciJava. All rights reserved.