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.tools |
Implementations of standard Tools.
|
de.jreality.util |
Miscellaneous jReality utilities used in the core packages.
|
de.jreality.writer.u3d |
Modifier and Type | Method and Description |
---|---|
PointSet |
AbstractPointSetFactory.getPointSet() |
PointSet |
PointSetFactory.getPointSet() |
PointSet |
GeometryMergeFactory.mergePointSets(PointSet[] ps)
merges all PointSets to one PointSet
Attention: several values can be set bevorhand
|
PointSet |
GeometryMergeFactory.mergePointSets(SceneGraphComponent cmp)
merges all IndexedFaceSets, IndexeedLineSets and PointSets
of the given SceneGraph to one PointSet
Face and Edge-Attributes will be ignored.
|
static PointSet |
Primitives.point(double[] center) |
static PointSet |
Primitives.point(double[] center,
String label)
A single point as a
PointSet . |
static PointSet |
RemoveDuplicateInfo.removeDuplicateVertices(PointSet ps,
Attribute... attributes)
merges vertices which appears more than once in the geometry
the result of type PointSet is especialy the same typ as the given geometry
|
static PointSet |
RemoveDuplicateInfo.removeDuplicateVertices(PointSet ps,
double eps,
Attribute... attributes)
merges vertices which appears more than once in the geometry
the result of type PointSet is especialy the same typ as the given geometry
|
Modifier and Type | Method and Description |
---|---|
static void |
SphereUtility.assignSphericalUVs(PointSet ps,
double[] center) |
static Rectangle3D |
BoundingBoxUtility.calculateBoundingBox(PointSet ps) |
static Rectangle3D |
GeometryUtility.calculateBoundingBox(PointSet ps)
Deprecated.
|
static void |
SphereUtility.colorizeSphere(PointSet ps,
double[] center,
ColorGradient cg)
Calculated the distance from center ( [0,0,0] if center is null ) for each vertex and sets vertex
colors from the given Color Gradient (d_min->0, d_max-_1).
|
static SceneGraphComponent |
PointSetUtility.displayVertexNormals(PointSet ps,
double scale,
int metric)
Generates an instance of
IndexedLineSet which contains one line segment for each vertex normal of the
input ps. |
static int |
GeometryUtility.getVectorLength(PointSet ps)
Find out the length of the coordinates for a single vertex of this
PointSet . |
IndexedFaceSet |
GeometryMergeFactory.mergeIndexedFaceSets(PointSet[] geo)
merges all IndexedFaceSets to one IndexedFaceSet
Attention: several values can be set bevorhand
|
PointSet |
GeometryMergeFactory.mergePointSets(PointSet[] ps)
merges all PointSets to one PointSet
Attention: several values can be set bevorhand
|
static PointSet |
RemoveDuplicateInfo.removeDuplicateVertices(PointSet ps,
Attribute... attributes)
merges vertices which appears more than once in the geometry
the result of type PointSet is especialy the same typ as the given geometry
|
static PointSet |
RemoveDuplicateInfo.removeDuplicateVertices(PointSet ps,
double eps,
Attribute... attributes)
merges vertices which appears more than once in the geometry
the result of type PointSet is especialy the same typ as the given geometry
|
void |
BoundingBoxTraversal.visit(PointSet p) |
Modifier and Type | Class and Description |
---|---|
class |
IndexedFaceSet
A geometry specified as a combinatorial set of faces.
|
class |
IndexedLineSet
A geometric object consisting of a set of edges: lists of vertices joined by line
segments.
|
Modifier and Type | Method and Description |
---|---|
void |
SceneGraphVisitor.visit(PointSet p) |
Modifier and Type | Method and Description |
---|---|
static void |
BruteForcePicking.intersectPoints(PointSet ps,
int metric,
SceneGraphPath path,
Matrix m,
Matrix mInv,
double[] from,
double[] to,
double pointRadius,
ArrayList<Hit> localHits) |
Modifier and Type | Method and Description |
---|---|
PointSet |
PointDragEvent.getPointSet() |
Constructor and Description |
---|
PointDragEvent(PointSet pointSet,
int index,
double[] position) |
Modifier and Type | Method and Description |
---|---|
void |
CopyVisitor.copyAttr(PointSet src,
PointSet dst) |
void |
CopyVisitor.visit(PointSet p) |
Modifier and Type | Class and Description |
---|---|
class |
U3DClosedCylinder |