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 Tessellator
public AbstractComposite build(float[] x, float[] y, float[] z)
build
in class Tessellator
Copyright © 2016. All rights reserved.