#include <ostream>
#include <Eigen/Dense>
#include "lvr2/geometry/BaseVector.hpp"
#include "lvr2/geometry/Normal.tcc"
Go to the source code of this file.
|  | 
| template<typename CoordType , typename Scalar  = CoordType> | 
| Normal< CoordType > | lvr2::operator* (const Eigen::Matrix< Scalar, 4, 4 > &mat, const Normal< CoordType > &normal) | 
|  | Multiplication operator to support transformation with Eigen matrices. Rotates the normal, ignores translation. Implementation for RowMajor matrices.  More... 
 | 
|  | 
| template<typename CoordType > | 
| std::ostream & | lvr2::operator<< (std::ostream &os, const Normal< CoordType > &n) | 
|  |