public class DelaunayTessellator extends Tessellator
| Constructor and Description |
|---|
DelaunayTessellator() |
| Modifier and Type | Method and Description |
|---|---|
AbstractComposite |
build(float[] x,
float[] y,
float[] z) |
AbstractComposite |
build(List<Coord3d> coordinates) |
protected List<Polygon> |
computePolygons(List<Coord3d> coordinates) |
public AbstractComposite build(List<Coord3d> coordinates)
build in class Tessellatorpublic AbstractComposite build(float[] x, float[] y, float[] z)
build in class TessellatorCopyright © 2016. All rights reserved.