class Project
extends java.lang.Object
| Constructor and Description |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
determineNormal(Triangulator triRef,
int ind,
Vector3f normal)
This function computes the average of all normals defined by triples of
successive vertices of the polygon.
|
(package private) static void |
projectFace(Triangulator triRef,
int loopMin,
int loopMax)
This function projects the vertices of the polygons referenced by
loops[i1,..,i2-1] to an approximating plane.
|
(package private) static void |
projectPoints(Triangulator triRef,
int i1,
int i2,
Vector3f n3)
This function maps the vertices of the polygon referenced by `ind' to the
plane n3.x * x + n3.y * y + n3.z * z = 0.
|
static void projectFace(Triangulator triRef, int loopMin, int loopMax)
static void determineNormal(Triangulator triRef, int ind, Vector3f normal)
static void projectPoints(Triangulator triRef, int i1, int i2, Vector3f n3)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.