|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelaunayTriangle | |
---|---|
Facemorph | |
Facemorph.aam |
Uses of DelaunayTriangle in Facemorph |
---|
Methods in Facemorph that return DelaunayTriangle | |
---|---|
DelaunayTriangle[] |
TessGen.delaunay(java.awt.geom.Point2D.Float[] points,
int n,
float left,
float right,
float top,
float bottom)
Delaunay triangulation method |
DelaunayTriangle[] |
TessGen3D.delaunay(Vector3[] points,
int n,
float left,
float right,
float top,
float bottom,
float back,
float front)
Perform 3D Delaunay triangulation |
Uses of DelaunayTriangle in Facemorph.aam |
---|
Methods in Facemorph.aam that return DelaunayTriangle | |
---|---|
DelaunayTriangle[] |
FBOwarp.computeTriangulation(java.util.Vector<java.awt.geom.Point2D.Float> points)
Compute the delaunay triangulation of the given points |
DelaunayTriangle[] |
OpenGLwarp.computeTriangulation(java.util.Vector<java.awt.geom.Point2D.Float> points)
Compute the Delaunay Triangulation of a set of points |
Methods in Facemorph.aam with parameters of type DelaunayTriangle | |
---|---|
void |
FBOwarp.setTriangulation(DelaunayTriangle[] dtTess)
Set the triangulation for this warp |
void |
OpenGLwarp.setTriangulation(DelaunayTriangle[] dtTess)
Set teh triangulation to use |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |