Package | Description |
---|---|
de.jreality.geometry |
This package contains geometry related utilities.
|
de.jreality.scene |
This package contains the essential classes of the jReality scene graph.
|
de.jreality.scene.pick |
Support for picking, which is required for the package
de.jreality.scene.tool . |
de.jreality.util |
Miscellaneous jReality utilities used in the core packages.
|
Modifier and Type | Method and Description |
---|---|
void |
BoundingBoxTraversal.visit(Cylinder c) |
Modifier and Type | Method and Description |
---|---|
void |
SceneGraphVisitor.visit(Cylinder c) |
Modifier and Type | Method and Description |
---|---|
static void |
BruteForcePicking.intersectCylinder(Cylinder cylinder,
int metric,
SceneGraphPath path,
Matrix m,
Matrix mInv,
double[] from,
double[] to,
ArrayList<Hit> localHits) |
Modifier and Type | Method and Description |
---|---|
void |
CopyVisitor.copyAttr(Cylinder src,
Cylinder dst) |
void |
CopyVisitor.visit(Cylinder c) |