#include <btCylinderShape.h>

Public Member Functions | |
| virtual void | batchedUnitVectorGetSupportingVertexWithoutMargin (const btVector3 *vectors, btVector3 *supportVerticesOut, int numVectors) const |
| btCylinderShapeX (const btVector3 &halfExtents) | |
| virtual const char * | getName () const |
| virtual btScalar | getRadius () const |
| virtual btVector3 | localGetSupportingVertexWithoutMargin (const btVector3 &vec) const |
Definition at line 116 of file btCylinderShape.h.
| btCylinderShapeX::btCylinderShapeX | ( | const btVector3 & | halfExtents | ) |
| virtual void btCylinderShapeX::batchedUnitVectorGetSupportingVertexWithoutMargin | ( | const btVector3 * | vectors, | |
| btVector3 * | supportVerticesOut, | |||
| int | numVectors | |||
| ) | const [virtual] |
Reimplemented from btCylinderShape.
| virtual const char* btCylinderShapeX::getName | ( | ) | const [inline, virtual] |
Reimplemented from btCylinderShape.
Definition at line 125 of file btCylinderShape.h.
| virtual btScalar btCylinderShapeX::getRadius | ( | ) | const [inline, virtual] |
Reimplemented from btCylinderShape.
Definition at line 130 of file btCylinderShape.h.
| virtual btVector3 btCylinderShapeX::localGetSupportingVertexWithoutMargin | ( | const btVector3 & | vec | ) | const [virtual] |
Reimplemented from btCylinderShape.