math.geom2d.transform
Class CircleProjection2D

java.lang.Object
  extended by math.geom2d.transform.CircleProjection2D
All Implemented Interfaces:
Projection2D, Transform2D

public abstract class CircleProjection2D
extends java.lang.Object
implements Projection2D

basic projection on a circle, starting from the center.


Constructor Summary
CircleProjection2D()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface math.geom2d.transform.Transform2D
transform, transform
 

Constructor Detail

CircleProjection2D

public CircleProjection2D()