farm-ng-core
unit_vector.h File Reference
#include "sophus/common/common.h"
#include "sophus/concepts/manifold.h"
#include <Eigen/Dense>
Include dependency graph for unit_vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sophus::UnitVector< TScalar, kN >
 
class  sophus::linalg::UnitVectorImpl< TScalar, kDim >
 
class  sophus::UnitVector< TScalar, kN >
 

Namespaces

 sophus
 Image MutImage, owning images types.
 
 sophus::linalg
 

Typedefs

template<class TScalar >
using sophus::UnitVector3 = UnitVector< TScalar, 3 >
 
template<class TScalar >
using sophus::UnitVector2 = UnitVector< TScalar, 2 >
 
using sophus::UnitVector2F64 = UnitVector2< double >
 
using sophus::UnitVector3F64 = UnitVector3< double >