Package | Description |
---|---|
de.jreality.geometry |
This package contains geometry related utilities.
|
de.jreality.plugin.geometry |
Modifier and Type | Method and Description |
---|---|
static IndexedLineSetFactory |
IndexedLineSetUtility.circleFactory(int n,
double cx,
double cy,
double r) |
static IndexedLineSetFactory |
IndexedLineSetUtility.createCurveFactoryFromPoints(double[][] points,
boolean closed) |
static IndexedLineSetFactory |
IndexedLineSetUtility.createCurveFactoryFromPoints(IndexedLineSetFactory ilsf,
double[][] points,
boolean closed) |
static IndexedLineSetFactory |
IndexedLineSetUtility.refineFactory(IndexedLineSet ils,
int n) |
Modifier and Type | Method and Description |
---|---|
static IndexedLineSetFactory |
IndexedLineSetUtility.createCurveFactoryFromPoints(IndexedLineSetFactory ilsf,
double[][] points,
boolean closed) |
static void |
IndexedLineSetUtility.removeVertex(IndexedLineSetFactory ilsf,
int vertexIndex) |
static void |
IndexedLineSetUtility.removeVertex(IndexedLineSetFactory ilsf,
int vertexIndex,
int edgeIndex) |
Constructor and Description |
---|
IndexedLineSetFactoryCustomizer(IndexedLineSetFactory factory) |