#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 int | getUpAxis () const |
| virtual btVector3 | localGetSupportingVertexWithoutMargin (const btVector3 &vec) const |
Definition at line 137 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 150 of file btCylinderShape.h.
| virtual btScalar btCylinderShapeZ::getRadius | ( | ) | const [inline, virtual] |
Reimplemented from btCylinderShape.
Definition at line 155 of file btCylinderShape.h.
| virtual int btCylinderShapeZ::getUpAxis | ( | ) | const [inline, virtual] |
Reimplemented from btCylinderShape.
Definition at line 145 of file btCylinderShape.h.
| virtual btVector3 btCylinderShapeZ::localGetSupportingVertexWithoutMargin | ( | const btVector3 & | vec | ) | const [virtual] |
Reimplemented from btCylinderShape.