|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j3d.utils.geometry.Degenerate
class Degenerate
Constructor Summary | |
---|---|
Degenerate()
|
Method Summary | |
---|---|
(package private) static boolean |
handleDegeneracies(Triangulator triRef,
int i1,
int ind1,
int i2,
int i3,
int i4,
int ind4)
This function checks whether the triangle i1, i2, i3 is an ear, where the vertex i4 lies on at least one of the two edges i1, i2 or i3, i1. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Degenerate()
Method Detail |
---|
static boolean handleDegeneracies(Triangulator triRef, int i1, int ind1, int i2, int i3, int i4, int ind4)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |