Public Member Functions | |
BulletCylinderShape (BulletCylinderShape const copy) | |
BulletCylinderShape (Vec3 const half_extents, BulletUpAxis up) | |
BulletCylinderShape (Vec3 const half_extents) | |
BulletCylinderShape (float radius, float height, BulletUpAxis up) | |
BulletCylinderShape (float radius, float height) | |
VBase3 | getHalfExtentsWithMargin () |
VBase3 | getHalfExtentsWithoutMargin () |
float | getRadius () |
BulletCylinderShape | operator= (BulletCylinderShape const copy) |
Static Public Member Functions | |
static TypeHandle | getClassType () |
BulletCylinderShape | ( | BulletCylinderShape const | copy | ) |
BulletCylinderShape | ( | Vec3 const | half_extents, |
BulletUpAxis | up | ||
) |
BulletCylinderShape | ( | Vec3 const | half_extents | ) |
BulletCylinderShape | ( | float | radius, |
float | height, | ||
BulletUpAxis | up | ||
) |
BulletCylinderShape | ( | float | radius, |
float | height | ||
) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from BulletShape.
VBase3 getHalfExtentsWithMargin | ( | ) |
VBase3 getHalfExtentsWithoutMargin | ( | ) |
float getRadius | ( | ) |
BulletCylinderShape operator= | ( | BulletCylinderShape const | copy | ) |