#include <btHfFluidCollisionShape.h>
Public Member Functions | |
btHfFluidCollisionShape (btHfFluid *backptr) | |
virtual void | calculateLocalInertia (btScalar, btVector3 &) const |
virtual void | getAabb (const btTransform &t, btVector3 &aabbMin, btVector3 &aabbMax) const |
getAabb returns the axis aligned bounding box in the coordinate frame of the given transform t. | |
virtual const btVector3 & | getLocalScaling () const |
virtual const char * | getName () const |
void | processAllTriangles (btTriangleCallback *, const btVector3 &, const btVector3 &) const |
virtual void | setLocalScaling (const btVector3 &) |
virtual | ~btHfFluidCollisionShape () |
Public Attributes | |
btHfFluid * | m_fluid |
Definition at line 28 of file btHfFluidCollisionShape.h.
btHfFluidCollisionShape::btHfFluidCollisionShape | ( | btHfFluid * | backptr | ) | [inline] |
Definition at line 33 of file btHfFluidCollisionShape.h.
virtual btHfFluidCollisionShape::~btHfFluidCollisionShape | ( | ) | [inline, virtual] |
Definition at line 40 of file btHfFluidCollisionShape.h.
virtual void btHfFluidCollisionShape::calculateLocalInertia | ( | btScalar | , |
btVector3 & | |||
) | const [inline, virtual] |
not yet
Definition at line 83 of file btHfFluidCollisionShape.h.
virtual void btHfFluidCollisionShape::getAabb | ( | const btTransform & | t, |
btVector3 & | aabbMin, | ||
btVector3 & | aabbMax | ||
) | const [inline, virtual] |
getAabb returns the axis aligned bounding box in the coordinate frame of the given transform t.
Definition at line 53 of file btHfFluidCollisionShape.h.
virtual const btVector3& btHfFluidCollisionShape::getLocalScaling | ( | ) | const [inline, virtual] |
Definition at line 78 of file btHfFluidCollisionShape.h.
virtual const char* btHfFluidCollisionShape::getName | ( | ) | const [inline, virtual] |
Definition at line 88 of file btHfFluidCollisionShape.h.
void btHfFluidCollisionShape::processAllTriangles | ( | btTriangleCallback * | , |
const btVector3 & | , | ||
const btVector3 & | |||
) | const [inline] |
Definition at line 45 of file btHfFluidCollisionShape.h.
virtual void btHfFluidCollisionShape::setLocalScaling | ( | const btVector3 & | ) | [inline, virtual] |
na
Definition at line 73 of file btHfFluidCollisionShape.h.
Definition at line 31 of file btHfFluidCollisionShape.h.