Methods in de.jreality.geometry that return IndexedLineSet |
static IndexedLineSet |
Primitives.arrow(double x0,
double y0,
double x1,
double y1,
double tipSize)
|
static IndexedLineSet |
Primitives.arrow(double x0,
double y0,
double x1,
double y1,
double tipSize,
boolean halfArrow)
Generate an an arrow: a line segment joining (x0,y0) to (x1,y1) with a head at the
second point, each half making a 45 degree angle to the segment. |
static IndexedLineSet |
IndexedLineSetUtility.circle(int n)
|
static IndexedLineSet |
IndexedLineSetUtility.circle(int n,
double cx,
double cy,
double r)
|
static IndexedLineSet |
IndexedLineSetUtility.createCurveFromPoints(double[][] points,
boolean closed)
|
static IndexedLineSet |
IndexedLineSetUtility.createCurveFromPoints(double[] points,
int fiber,
boolean closed)
|
static IndexedLineSet |
IndexedLineSetUtility.createCurveFromPoints(IndexedLineSet g,
double[][] points,
boolean closed)
|
static IndexedLineSet |
IndexedLineSetUtility.createCurveFromPoints(IndexedLineSet g,
double[] points,
int fiber,
boolean closed)
|
static IndexedLineSet |
IndexedLineSetUtility.createCurveFromPoints(IndexedLineSet g,
double[] points,
int fiber,
int[][] indices)
|
static IndexedLineSet |
Primitives.discreteTorusKnot(double R,
double r,
int n,
int m,
int nPts)
Generate a torus knot that winds around the given torus the given number of times. |
IndexedLineSet |
GeometryMergeFactory.mergeIndexedLineSets(IndexedLineSet[] ils)
merges all IndexeedLineSets to one IndexedLineSet
Attention: several values can be set bevorhand |
IndexedLineSet |
GeometryMergeFactory.mergeIndexedLineSets(SceneGraphComponent cmp)
merges all IndexedFaceSets, IndexeedLineSets and PointSets
of the given SceneGraph to one IndexedLineSet
FaceAttributes will be ignored. |
static IndexedLineSet |
IndexedLineSetUtility.refine(IndexedLineSet ils,
int n)
|
Methods in de.jreality.geometry with parameters of type IndexedLineSet |
static void |
TubeUtility.calculateAndSetNormalVectorsForCurve(IndexedLineSet ils)
|
static IndexedLineSet |
IndexedLineSetUtility.createCurveFromPoints(IndexedLineSet g,
double[][] points,
boolean closed)
|
static IndexedLineSet |
IndexedLineSetUtility.createCurveFromPoints(IndexedLineSet g,
double[] points,
int fiber,
boolean closed)
|
static IndexedLineSet |
IndexedLineSetUtility.createCurveFromPoints(IndexedLineSet g,
double[] points,
int fiber,
int[][] indices)
|
static double[][] |
IndexedLineSetUtility.extractCurve(double[][] curve,
IndexedLineSet ils,
int i)
|
static double[][] |
IndexedLineSetUtility.extractCurveColors(double[][] curve,
IndexedLineSet ils,
int i)
|
static double[] |
IndexedLineSetUtility.extractRadii(double[] curve,
IndexedLineSet ils,
int i)
|
IndexedLineSet |
GeometryMergeFactory.mergeIndexedLineSets(IndexedLineSet[] ils)
merges all IndexeedLineSets to one IndexedLineSet
Attention: several values can be set bevorhand |
static IndexedLineSet |
IndexedLineSetUtility.refine(IndexedLineSet ils,
int n)
|
static SceneGraphComponent |
BallAndStickFactory.sticks(SceneGraphComponent sgc,
IndexedLineSet ifs,
double rad,
int metric)
|