com.sun.j3d.utils.geometry
Class Simple

java.lang.Object
  extended by com.sun.j3d.utils.geometry.Simple

 class Simple
extends java.lang.Object


Constructor Summary
Simple()
           
 
Method Summary
(package private) static boolean simpleFace(Triangulator triRef, int ind1)
          Handle a triangle or a quadrangle in a simple and efficient way.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simple

Simple()
Method Detail

simpleFace

static boolean simpleFace(Triangulator triRef,
                          int ind1)
Handle a triangle or a quadrangle in a simple and efficient way. if the face is more complex than false is returned. warning: the correctness of this function depends upon the fact that `CleanPolyhedralFace' has not yet been executed; i.e., the vertex indices have not been changed since the execution of `CleanPolyhedron'! (otherwise, we would have to get the original indices via calls to `GetOriginal'...)



Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.