MIRA
Classes | Namespaces | Typedefs
Circle.h File Reference

A class representing a circle. More...

#include <geometry/Point.h>
Include dependency graph for Circle.h:

Go to the source code of this file.

Classes

class  Circle< T >
 Represents a circle with a center and a radius. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Typedefs

typedef Circle< int > Circlei
 A integer circle. More...
 
typedef Circle< float > Circlef
 A float circle. More...
 
typedef Circle< double > Circled
 A double circle. More...
 

Detailed Description

A class representing a circle.

Author
Erik Einhorn
Date
2012/02/09