Package | Description |
---|---|
de.jreality.scene.pick |
Support for picking, which is required for the package
de.jreality.scene.tool . |
de.jreality.scene.tool |
Tool infrastructure for the scene graph.
|
Modifier and Type | Class and Description |
---|---|
class |
Hit |
Modifier and Type | Method and Description |
---|---|
List<PickResult> |
AABBPickSystem.computePick(double[] f,
double[] t) |
List<PickResult> |
PickSystem.computePick(double[] from,
double[] to)
The parameters need to be homogeneous coordinates.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HitFilter.accept(double[] from,
double[] to,
PickResult h) |
boolean |
PosWHitFilter.accept(double[] from,
double[] to,
PickResult h) |
Modifier and Type | Method and Description |
---|---|
static void |
AABBPickSystem.filterList(HitFilter hf,
double[] from,
double[] to,
List<PickResult> list) |
Modifier and Type | Method and Description |
---|---|
PickResult |
ToolContext.getCurrentPick() |
Modifier and Type | Method and Description |
---|---|
List<PickResult> |
ToolContext.getCurrentPicks() |