|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFacemorph.TessGen3D
public class TessGen3D
Attempt at 3D tessleation (probably not working)
| Field Summary | |
|---|---|
static int |
NULL
Define NULL for C to Java port |
| Constructor Summary | |
|---|---|
TessGen3D()
Creates a new instance of TessGen |
|
| Method Summary | |
|---|---|
DelaunayTriangle[] |
delaunay(Vector3[] points,
int n,
float left,
float right,
float top,
float bottom,
float back,
float front)
Perform 3D Delaunay triangulation |
void |
initialise(int n)
Initialisation method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NULL
| Constructor Detail |
|---|
public TessGen3D()
| Method Detail |
|---|
public void initialise(int n)
n -
public DelaunayTriangle[] delaunay(Vector3[] points,
int n,
float left,
float right,
float top,
float bottom,
float back,
float front)
points - the list of points to triangulaten - the number of pointsleft - the leftmost xright - the rightmost xtop - the topmost ybottom - the bottommost yback - the farthest zfront - the nearest z
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||