org.jbox2d.p5
Class PolygonUtils

java.lang.Object
  extended by org.jbox2d.p5.PolygonUtils

public class PolygonUtils
extends java.lang.Object

A general class for holding static methods that do things with or to polygons. Things like convex decomposition, polygon merging, &etc...

Author:
Greg

Constructor Summary
PolygonUtils()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonUtils

public PolygonUtils()