Package | Description |
---|---|
org.scijava.java3d.utils.picking |
OBSOLETE: provides picking utility classes for the old
picking methods.
|
Modifier and Type | Method and Description |
---|---|
PickResult[] |
PickTool.pickAll()
Selects all the nodes that intersect the PickShape.
|
PickResult[] |
PickTool.pickAllSorted()
Select all the nodes that intersect the
PickShape, returned sorted.
|
PickResult |
PickTool.pickAny()
Select one of the nodes that intersect the PickShape
|
PickResult |
PickTool.pickClosest()
Select the closest node that
intersects the PickShape.
|
Copyright © 2016–2022 SciJava. All rights reserved.