RBInertia.h File Reference
#include "EigenUtility.h"
#include "fwd.h"
Include dependency graph for RBInertia.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sva::RBInertia< T >
 

Namespaces

 sva
 

Functions

template<typename T >
Eigen::Matrix3< T > sva::inertiaToOrigin (const Eigen::Matrix3< T > &inertia, T mass, const Eigen::Vector3< T > &com, const Eigen::Matrix3< T > &rotation)
 
template<typename T , typename T2 >
RBInertia< T > sva::operator* (T2 scalar, const RBInertia< T > &rbI)
 
template<typename T >
std::ostream & sva::operator<< (std::ostream &out, const RBInertia< T > &rbI)