libalmath  2.5.11.14a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
AL::Math::BodyMass< T > Struct Template Reference

#include <bodymass.h>

Public Types

typedef T Scalar
 
typedef Eigen::Matrix< Scalar,
3, 1, Eigen::DontAlign > 
Vector3
 
typedef Eigen::Matrix< Scalar,
3, 3, Eigen::DontAlign > 
Matrix3
 

Public Member Functions

template<typename S >
BodyMass< S > cast () const
 

Public Attributes

Scalar mass
 
Vector3 center_of_mass
 
Matrix3 rotational_inertia
 

Detailed Description

template<typename T>
struct AL::Math::BodyMass< T >

Definition at line 15 of file bodymass.h.

Member Typedef Documentation

template<typename T>
typedef Eigen::Matrix<Scalar, 3, 3, Eigen::DontAlign> AL::Math::BodyMass< T >::Matrix3

Definition at line 18 of file bodymass.h.

template<typename T>
typedef T AL::Math::BodyMass< T >::Scalar

Definition at line 16 of file bodymass.h.

template<typename T>
typedef Eigen::Matrix<Scalar, 3, 1, Eigen::DontAlign> AL::Math::BodyMass< T >::Vector3

Definition at line 17 of file bodymass.h.

Member Function Documentation

template<typename T>
template<typename S >
BodyMass<S> AL::Math::BodyMass< T >::cast ( ) const
inline

Definition at line 28 of file bodymass.h.

Member Data Documentation

template<typename T>
Vector3 AL::Math::BodyMass< T >::center_of_mass

Definition at line 22 of file bodymass.h.

template<typename T>
Scalar AL::Math::BodyMass< T >::mass

Definition at line 20 of file bodymass.h.

template<typename T>
Matrix3 AL::Math::BodyMass< T >::rotational_inertia

Definition at line 25 of file bodymass.h.


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