BulletMinkowskiSumShape¶
-
class
BulletMinkowskiSumShape
¶ Bases:
BulletShape
Inheritance diagram
-
explicit
BulletMinkowskiSumShape
(BulletShape const *shape_a, BulletShape const *shape_b)¶
-
BulletMinkowskiSumShape
(BulletMinkowskiSumShape const ©)¶ Only used by make_from_bam.
-
static TypeHandle
get_class_type
(void)¶
-
BulletShape const *
get_shape_a
(void) const¶
-
BulletShape const *
get_shape_b
(void) const¶
-
ConstPointerTo<TransformState>
get_transform_a
(void) const¶
-
ConstPointerTo<TransformState>
get_transform_b
(void) const¶
-
void
set_transform_a
(TransformState const *ts)¶
-
void
set_transform_b
(TransformState const *ts)¶
-
explicit