Bullet Collision Detection & Physics Library
Classes | Functions
btSpatialAlgebra.h File Reference
#include "btMatrix3x3.h"
Include dependency graph for btSpatialAlgebra.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  btSpatialForceVector
 These spatial algebra classes are used for btMultiBody, see BulletDynamics/Featherstone. More...
 
struct  btSpatialMotionVector
 
struct  btSymmetricSpatialDyad
 
struct  btSpatialTransformationMatrix
 

Functions

template<typename SpatialVectorType >
void symmetricSpatialOuterProduct (const SpatialVectorType &a, const SpatialVectorType &b, btSymmetricSpatialDyad &out)
 
template<typename SpatialVectorType >
btSymmetricSpatialDyad symmetricSpatialOuterProduct (const SpatialVectorType &a, const SpatialVectorType &b)
 

Function Documentation

template<typename SpatialVectorType >
void symmetricSpatialOuterProduct ( const SpatialVectorType &  a,
const SpatialVectorType &  b,
btSymmetricSpatialDyad out 
)

Definition at line 307 of file btSpatialAlgebra.h.

template<typename SpatialVectorType >
btSymmetricSpatialDyad symmetricSpatialOuterProduct ( const SpatialVectorType &  a,
const SpatialVectorType &  b 
)

Definition at line 318 of file btSpatialAlgebra.h.