Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
BulletCylinderShape Class Reference
Inheritance diagram for BulletCylinderShape:
BulletShape

List of all members.

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 ()

Constructor & Destructor Documentation

BulletCylinderShape ( Vec3 const  half_extents,
BulletUpAxis  up 
)
BulletCylinderShape ( Vec3 const  half_extents)
BulletCylinderShape ( float  radius,
float  height,
BulletUpAxis  up 
)
BulletCylinderShape ( float  radius,
float  height 
)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from BulletShape.

float getRadius ( )
BulletCylinderShape operator= ( BulletCylinderShape const  copy)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties