class Degenerate
extends java.lang.Object
| Constructor and Description |
|---|
Degenerate() |
| Modifier and Type | Method and Description |
|---|---|
(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.
|
static boolean handleDegeneracies(Triangulator triRef, int i1, int ind1, int i2, int i3, int i4, int ind4)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.