MIRA
|
A class representing a circle. More...
#include <geometry/Point.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... | |
A class representing a circle.