math.geom2s
Class SmallCircle2S

java.lang.Object
  extended by math.geom2s.SmallCircle2S
All Implemented Interfaces:
Curve2S, Shape2S
Direct Known Subclasses:
GreatCircle2S

public class SmallCircle2S
extends java.lang.Object
implements Curve2S

A small circle defined on a 2D Sphere. A small circle is defined by its eulerian pole, and the radius given in radians : the distance of each point of the circle to the eulerian pole equals the radius.

Author:
Legland

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

Constructor Detail

SmallCircle2S

public SmallCircle2S()