com.metsci.glimpse.support.polygon
Class PolygonTessellator

java.lang.Object
  extended by com.metsci.glimpse.support.polygon.PolygonTessellator

public class PolygonTessellator
extends java.lang.Object


Nested Class Summary
static class PolygonTessellator.TessellationException
           
 
Constructor Summary
PolygonTessellator(javax.media.opengl.glu.GLU glu)
           
 
Method Summary
 void destroy()
           
 int tessellate(Polygon poly, VertexAccumulator accumulator)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonTessellator

public PolygonTessellator(javax.media.opengl.glu.GLU glu)
Method Detail

tessellate

public final int tessellate(Polygon poly,
                            VertexAccumulator accumulator)
                     throws PolygonTessellator.TessellationException
Throws:
PolygonTessellator.TessellationException

destroy

public final void destroy()


Copyright © 2012 Metron, Inc.. All Rights Reserved.