BulletShape

from panda3d.bullet import BulletShape
class BulletShape

Bases: TypedWritableReferenceCount

Inheritance diagram

Inheritance diagram of BulletShape

__init__(*args, **kwargs)
concave
convex
convex_2d
getClassType()

C++ Interface: get_class_type()

getMargin()

C++ Interface: get_margin(BulletShape self)

/**

*/

getName()

C++ Interface: get_name(BulletShape self)

/**

*/

getShapeBounds()

C++ Interface: get_shape_bounds(BulletShape self)

/**
  • Returns the current bounds of this collision shape.

*/

get_class_type()

C++ Interface: get_class_type()

get_margin()

C++ Interface: get_margin(BulletShape self)

/**

*/

get_name()

C++ Interface: get_name(BulletShape self)

/**

*/

get_shape_bounds()

C++ Interface: get_shape_bounds(BulletShape self)

/**
  • Returns the current bounds of this collision shape.

*/

infinite
isConcave()

C++ Interface: is_concave(BulletShape self)

/**

*/

isConvex()

C++ Interface: is_convex(BulletShape self)

/**

*/

isConvex2d()

C++ Interface: is_convex_2d(BulletShape self)

/**

*/

isInfinite()

C++ Interface: is_infinite(BulletShape self)

/**

*/

isNonMoving()

C++ Interface: is_non_moving(BulletShape self)

/**

*/

isPolyhedral()

C++ Interface: is_polyhedral(BulletShape self)

/**

*/

isSoftBody()

C++ Interface: is_soft_body(BulletShape self)

/**

*/

is_concave()

C++ Interface: is_concave(BulletShape self)

/**

*/

is_convex()

C++ Interface: is_convex(BulletShape self)

/**

*/

is_convex_2d()

C++ Interface: is_convex_2d(BulletShape self)

/**

*/

is_infinite()

C++ Interface: is_infinite(BulletShape self)

/**

*/

is_non_moving()

C++ Interface: is_non_moving(BulletShape self)

/**

*/

is_polyhedral()

C++ Interface: is_polyhedral(BulletShape self)

/**

*/

is_soft_body()

C++ Interface: is_soft_body(BulletShape self)

/**

*/

margin
name
non_moving
polyhedral
setMargin()

C++ Interface: set_margin(const BulletShape self, float margin)

/**

*/

set_margin()

C++ Interface: set_margin(const BulletShape self, float margin)

/**

*/

shape_bounds
soft_body