| java.lang.Object com.sun.j3d.utils.geometry.Simple
Method Summary | |
static boolean | simpleFace(Triangulator triRef, int ind1) Handle a triangle or a quadrangle in a simple and efficient way. |
simpleFace | static boolean simpleFace(Triangulator triRef, int ind1)(Code) | | 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'...)
|
|
|