GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
gtsam::so3::ExpmapFunctor Class Reference

Functor implementing Exponential map. More...

#include <SO3.h>

Inheritance diagram for gtsam::so3::ExpmapFunctor:
Inheritance graph
[legend]

Public Member Functions

 ExpmapFunctor (const Vector3 &omega, bool nearZeroApprox=false)
 Constructor with element of Lie algebra so(3)
 
 ExpmapFunctor (const Vector3 &axis, double angle, bool nearZeroApprox=false)
 Constructor with axis-angle.
 
SO3 expmap () const
 Rodrigues formula.
 

Protected Member Functions

void init (bool nearZeroApprox=false)
 

Protected Attributes

const double theta2
 
Matrix3 W
 
Matrix3 K
 
Matrix3 KK
 
bool nearZero
 
double theta
 
double sin_theta
 
double one_minus_cos
 

Detailed Description

Functor implementing Exponential map.


The documentation for this class was generated from the following file: