Bike-X
0.8
|
#include "OVR_Math.h"
Public Types | |
typedef CompatibleTypes < Transform< T > >::Type | CompatibleType |
Public Member Functions | |
PoseState () | |
PoseState (const PoseState< typename Math< T >::OtherFloatType > &src) | |
PoseState (const typename CompatibleTypes< PoseState< T > >::Type &src) | |
operator typename CompatibleTypes< PoseState< T > >::Type () const | |
void | StoreAndIntegrateGyro (Vector3d angVel, double dt) |
void | StoreAndIntegrateAccelerometer (Vector3d linearAccel, double dt) |
void | AdvanceByDelta (const PoseState< T > &delta) |
Data Fields | |
Transform< T > | Pose |
Vector3< T > | AngularVelocity |
Vector3< T > | LinearVelocity |
Vector3< T > | AngularAcceleration |
Vector3< T > | LinearAcceleration |
double | TimeInSeconds |
Definition at line 129 of file OVR_Math.h.
typedef CompatibleTypes<Transform<T> >::Type OVR::PoseState< T >::CompatibleType |
Definition at line 60 of file OVR_SensorFusion.h.
|
inline |
Definition at line 62 of file OVR_SensorFusion.h.
|
inlineexplicit |
Definition at line 64 of file OVR_SensorFusion.h.
|
inline |
Definition at line 72 of file OVR_SensorFusion.h.
void OVR::PoseState< T >::AdvanceByDelta | ( | const PoseState< T > & | delta | ) |
Definition at line 573 of file OVR_SensorFusion.h.
|
inline |
Definition at line 79 of file OVR_SensorFusion.h.
void OVR::PoseState< T >::StoreAndIntegrateAccelerometer | ( | Vector3d | linearAccel, |
double | dt | ||
) |
Definition at line 563 of file OVR_SensorFusion.h.
void OVR::PoseState< T >::StoreAndIntegrateGyro | ( | Vector3d | angVel, |
double | dt | ||
) |
Definition at line 554 of file OVR_SensorFusion.h.
Vector3<T> OVR::PoseState< T >::AngularAcceleration |
Definition at line 95 of file OVR_SensorFusion.h.
Vector3<T> OVR::PoseState< T >::AngularVelocity |
Definition at line 93 of file OVR_SensorFusion.h.
Vector3<T> OVR::PoseState< T >::LinearAcceleration |
Definition at line 96 of file OVR_SensorFusion.h.
Vector3<T> OVR::PoseState< T >::LinearVelocity |
Definition at line 94 of file OVR_SensorFusion.h.
Transform<T> OVR::PoseState< T >::Pose |
Definition at line 92 of file OVR_SensorFusion.h.
double OVR::PoseState< T >::TimeInSeconds |
Definition at line 98 of file OVR_SensorFusion.h.