math.geom2s
Class SmallCircle2S

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

public class SmallCircle2S
extends 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmallCircle2S

public SmallCircle2S()


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.