class Orientation
extends java.lang.Object
| Constructor and Description |
|---|
Orientation() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
adjustOrientation(Triangulator triRef,
int i1,
int i2)
determine the outer polygon and the orientation of the polygons; the
default orientation is CCW for the outer-most polygon, and CW for the
inner polygons.
|
(package private) static void |
determineOrientation(Triangulator triRef,
int ind)
Determine the orientation of the polygon.
|
(package private) static double |
polygonArea(Triangulator triRef,
int ind)
This function computes twice the signed area of a simple closed polygon.
|
static void adjustOrientation(Triangulator triRef, int i1, int i2)
static double polygonArea(Triangulator triRef, int ind)
static void determineOrientation(Triangulator triRef, int ind)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.