#include <btCylinderShape.h>
Public Member Functions | |
virtual void | batchedUnitVectorGetSupportingVertexWithoutMargin (const btVector3 *vectors, btVector3 *supportVerticesOut, int numVectors) const |
btCylinderShapeZ (const btVector3 &halfExtents) | |
virtual const char * | getName () const |
virtual btScalar | getRadius () const |
virtual btVector3 | localGetSupportingVertexWithoutMargin (const btVector3 &vec) const |
Definition at line 149 of file btCylinderShape.h.
btCylinderShapeZ::btCylinderShapeZ | ( | const btVector3 & | halfExtents | ) |
virtual void btCylinderShapeZ::batchedUnitVectorGetSupportingVertexWithoutMargin | ( | const btVector3 * | vectors, |
btVector3 * | supportVerticesOut, | ||
int | numVectors | ||
) | const [virtual] |
Reimplemented from btCylinderShape.
virtual const char* btCylinderShapeZ::getName | ( | ) | const [inline, virtual] |
Reimplemented from btCylinderShape.
Definition at line 158 of file btCylinderShape.h.
virtual btScalar btCylinderShapeZ::getRadius | ( | ) | const [inline, virtual] |
Reimplemented from btCylinderShape.
Definition at line 163 of file btCylinderShape.h.
virtual btVector3 btCylinderShapeZ::localGetSupportingVertexWithoutMargin | ( | const btVector3 & | vec | ) | const [virtual] |
Reimplemented from btCylinderShape.