com.jmex.font3d.math
Class ClosedPolygon

java.lang.Object
  extended by com.jmex.font3d.math.ClosedPolygon

public class ClosedPolygon
extends java.lang.Object

Author:
Pirx

Nested Class Summary
static class ClosedPolygon.Distance
           
 
Constructor Summary
ClosedPolygon()
           
 
Method Summary
 void addPoint(Vector3f point)
           
 void close()
           
 java.util.List<Vector3f> getPoints()
           
 boolean isHole()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClosedPolygon

public ClosedPolygon()
Method Detail

addPoint

public void addPoint(Vector3f point)

close

public void close()

getPoints

public java.util.List<Vector3f> getPoints()

isHole

public boolean isHole()