Uses of Class
edu.umd.cfar.lamp.viper.geometry.Circle

Packages that use Circle
edu.umd.cfar.lamp.viper.geometry A set of classes for manipulating geometric data, usually used for ViPER attribute data
 

Uses of Circle in edu.umd.cfar.lamp.viper.geometry
 

Methods in edu.umd.cfar.lamp.viper.geometry that return Circle
static Circle Circle.valueOf(java.lang.String S)
          Creates a new Circle from the string.
 

Methods in edu.umd.cfar.lamp.viper.geometry with parameters of type Circle
 double Circle.intersectArea(Circle other)
          Approximates the shared area of two circles.
 

Constructors in edu.umd.cfar.lamp.viper.geometry with parameters of type Circle
Circle(Circle old)
          Copy constructor for the circle.