MIRA
Classes | Namespaces | Typedefs
Line.h File Reference

A class for a n-dimensional line. More...

#include <geometry/Point.h>
Include dependency graph for Line.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Line< T, D >
 Represents a line segment that is spanned by two given points. More...
 

Namespaces

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

Typedefs

typedef Line< int, 2 > Line2i
 A 2D integer line. More...
 
typedef Line< int, 3 > Line3i
 A 3D integer line. More...
 
typedef Line< float, 2 > Line2f
 A 2D 32 bit floating precision line. More...
 
typedef Line< float, 3 > Line3f
 A 3D 32 bit floating precision line. More...
 

Detailed Description

A class for a n-dimensional line.

Author
Erik Einhorn
Date
2011/05/23