|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Triangulation | |
---|---|
org.starhope.appius.physica |
Uses of Triangulation in org.starhope.appius.physica |
---|
Methods in org.starhope.appius.physica with parameters of type Triangulation | |
---|---|
private void |
CubicAlgorithm.addOrUpdateTriangle(int eI,
Triangulation tri,
int numFaces)
Add new triangle or update edge info if s-t is on hull. |
void |
QuadraticAlgorithm.completeFacet(int eIeI2,
Triangulation tri0,
int numberOfFaces)
Complete a facet by looking for the circle free point to the left of the edge "e_i". |
void |
CubicAlgorithm.completeFacet(int eI,
Triangulation tri,
int numFaces)
Complete a facet by looking for the circle free point to the left of the edge "e_i". |
void |
Triangulation.copyPoints(Triangulation t)
Copies a set of points. |
private void |
QuadraticAlgorithm.findBestPointOnLeftOfEdge(Triangulation tri0,
Point2D.Double[] p)
Find best point on left of edge. |
private void |
CubicAlgorithm.findPointFreeCircumcircle(Triangulation tri,
Point2D.Double[] p)
Find point free circumcircle to the left. |
void |
QuarticAlgorithm.triangulate(Triangulation t)
|
void |
QuadraticAlgorithm.triangulate(Triangulation tri)
|
abstract void |
TriangulationAlgorithm.triangulate(Triangulation t)
WRITEME: Document this method brpocock@star-hope.org |
void |
CubicAlgorithm.triangulate(Triangulation tri)
|
Constructors in org.starhope.appius.physica with parameters of type Triangulation | |
---|---|
CubicAlgorithm(Triangulation tri,
int nPoints)
|
|
QuadraticAlgorithm(Triangulation t1,
int nPoints)
WRITEME: Document this constructor brpocock@star-hope.org |
|
QuarticAlgorithm(Triangulation t,
int nPoints)
WRITEME: Document this constructor brpocock@star-hope.org |
|
TriangulationAlgorithm(Triangulation t,
String name,
int nPoints)
WRITEME: Document this constructor brpocock@star-hope.org |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |