BulletConeShape¶
-
class
BulletConeShape
¶ Bases:
BulletShape
Inheritance diagram
-
explicit
BulletConeShape
(PN_stdfloat radius, PN_stdfloat height, BulletUpAxis up = ::Z_up)¶
-
BulletConeShape
(BulletConeShape const ©)¶ Only used by make_from_bam.
-
static TypeHandle
get_class_type
(void)¶
-
PN_stdfloat
get_height
(void) const¶ Returns the height that was passed into the constructor.
-
PN_stdfloat
get_radius
(void) const¶ Returns the radius that was passed into the constructor.
-
explicit