#include <ecl/config/macros.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include <ecl/linear_algebra.hpp>
#include <ecl/math.hpp>
Go to the source code of this file.
|  | 
| 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... 
 | 
|  | 
|  | 
| OutputStream & | ecl::operator<< (OutputStream &ostream, const CartesianPoint< Type, 3 > &point) | 
|  | 
| OutputStream & | ecl::operator<< (OutputStream &ostream, const CartesianPoint< Type, 2 > &point) | 
|  |