Classes | Namespaces | Typedefs | Functions
cartesian_point.hpp File Reference
#include <ecl/config/macros.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include <ecl/linear_algebra.hpp>
#include <ecl/math.hpp>
Include dependency graph for cartesian_point.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ecl::CartesianPoint< class, N >
 Generic container storing a cartesian point of dimension N.
 
class  ecl::CartesianPoint< T, 2 >
 Specialisation for a cartesian point of dimension 2.
 
class  ecl::CartesianPoint< T, 3 >
 Specialisation for a cartesian point of dimension 3.
 

Namespaces

 ecl
 

Typedefs

typedef CartesianPoint< double, 2 > ecl::CartesianPoint2d
 Eigen style convenience handle for x, y, z triples in double format. More...
 
typedef CartesianPoint< float, 2 > ecl::CartesianPoint2f
 Eigen style convenience handle for x, y, z triples in float format. More...
 
typedef CartesianPoint< int, 2 > ecl::CartesianPoint2i
 Eigen style convenience handle for x, y, z triples in integer format. More...
 
typedef CartesianPoint< double, 3 > ecl::CartesianPoint3d
 Eigen style convenience handle for x, y, z triples in double format. More...
 
typedef CartesianPoint< float, 3 > ecl::CartesianPoint3f
 Eigen style convenience handle for x, y, z triples in float format. More...
 
typedef CartesianPoint< int, 3 > ecl::CartesianPoint3i
 Eigen style convenience handle for x, y, z triples in integer format. More...
 

Functions

OutputStream & ecl::operator<< (OutputStream &ostream, const CartesianPoint< Type, 3 > &point)
 
OutputStream & ecl::operator<< (OutputStream &ostream, const CartesianPoint< Type, 2 > &point)
 


xbot_node
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:28:13