Package | Description |
---|---|
de.jreality.geometry |
This package contains geometry related utilities.
|
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) |
Modifier and Type | Method and Description |
---|---|
static IndexedLineSetFactory |
IndexedLineSetUtility.createCurveFactoryFromPoints(IndexedLineSetFactory ilsf,
double[][] points,
boolean closed) |
Constructor and Description |
---|
IndexedLineSetFactoryCustomizer(IndexedLineSetFactory factory) |