|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointSet | |
---|---|
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.tools | Implementations of standard Tools. |
de.jreality.util | Miscellaneous jReality utilities used in the core packages. |
de.jreality.writer.u3d |
Uses of PointSet in de.jreality.geometry |
---|
Methods in de.jreality.geometry that return PointSet | |
---|---|
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)
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 |
Methods in de.jreality.geometry with parameters of type PointSet | |
---|---|
static void |
SphereUtility.assignSphericalUVs(PointSet ps,
double[] center)
|
static Rectangle3D |
BoundingBoxUtility.calculateBoundingBox(PointSet ps)
|
static Rectangle3D |
GeometryUtility.calculateBoundingBox(PointSet ps)
Deprecated. Use BoundingBoxUtility.calculateBoundingBox(PointSet) instead |
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 int |
IndexedFaceSetUtility.getTotalNumPoints(PointSet[] ps)
Returns the total number of points in array of point sets. |
static int |
GeometryUtility.getVectorLength(PointSet ps)
Find out the length of the coordinates for a single vertex of this PointSet . |
static double[][] |
IndexedFaceSetUtility.mergeDoubleArrayArrayVertexAttribute(PointSet[] ps,
Attribute attr)
Deprecated. use GeometryMergeFactory |
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 |
Uses of PointSet in de.jreality.scene |
---|
Subclasses of PointSet in de.jreality.scene | |
---|---|
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. |
Methods in de.jreality.scene with parameters of type PointSet | |
---|---|
void |
SceneGraphVisitor.visit(PointSet p)
|
Uses of PointSet in de.jreality.tools |
---|
Methods in de.jreality.tools that return PointSet | |
---|---|
PointSet |
PointDragEvent.getPointSet()
|
Constructors in de.jreality.tools with parameters of type PointSet | |
---|---|
PointDragEvent(PointSet pointSet,
int index,
double[] position)
|
Uses of PointSet in de.jreality.util |
---|
Methods in de.jreality.util with parameters of type PointSet | |
---|---|
void |
CopyVisitor.copyAttr(PointSet src,
PointSet dst)
|
void |
CopyVisitor.visit(PointSet p)
|
Uses of PointSet in de.jreality.writer.u3d |
---|
Subclasses of PointSet in de.jreality.writer.u3d | |
---|---|
class |
U3DClosedCylinder
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |