CircumArea

java.lang. Object
+Object()
<clinit>() :void
#clone() :Object
+equals(Object ) :boolean
#finalize() :void
+getClass() :Class
+hashCode() :int
+notify() :void
+notifyAll() :void
-registerNatives() :void
+toString() :String
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
net.aerith.misao.util. CircumArea
-center_coor :Coor
-center_decl_near_pole :double
-corner_decl_near_pole :double
-corner_decl_far_pole :double
-decl_most_north :double
-decl_most_south :double
-width_in_RA :double
-sqrt2 :double
+CircumArea(Coor coor, double radius)
+getDeclMostNorth() :double
+getDeclMostSouth() :double
+getWidthInRA() :double
+overlapsArea(Coor start_coor, Coor end_coor) :boolean
+inArea(Coor coor) :boolean
#paramString() :String
+toString() :String