| Package | Description |
|---|---|
| org.jdelaunay.delaunay |
Contains all the classes needed to build the mesh.
|
| org.jdelaunay.delaunay.evaluator |
Contains the evaluation methods that can be used while refining the mesh.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConstrainedMesh.refineMesh(double minLength,
InsertionEvaluator ev)
Refine the mesh, using the Ruppert's algorithm.
|
void |
ConstrainedMesh.refineTriangles(double minLength,
InsertionEvaluator ev)
Refine the mesh, using a derivate of the Ruppert algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SkinnyEvaluator
Evaluator used to determine if a triangle is skinny (ie if it has an angle
inferior to a given value) or not.
|
Copyright © 2013 IRSTV CNRS-FR-2488. All Rights Reserved.