|
@@ -35,23 +35,23 @@ get_radius() const {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
-// Function: BulletCylinderShape::get_half_extents_without_marging
|
|
|
|
|
|
|
+// Function: BulletCylinderShape::get_half_extents_without_margin
|
|
|
// Access: Published
|
|
// Access: Published
|
|
|
// Description:
|
|
// Description:
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
INLINE LVecBase3 BulletCylinderShape::
|
|
INLINE LVecBase3 BulletCylinderShape::
|
|
|
-get_half_extents_without_marging() const {
|
|
|
|
|
|
|
+get_half_extents_without_margin() const {
|
|
|
|
|
|
|
|
return btVector3_to_LVecBase3(_shape->getHalfExtentsWithoutMargin());
|
|
return btVector3_to_LVecBase3(_shape->getHalfExtentsWithoutMargin());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
-// Function: BulletCylinderShape::get_half_extents_with_marging
|
|
|
|
|
|
|
+// Function: BulletCylinderShape::get_half_extents_with_margin
|
|
|
// Access: Published
|
|
// Access: Published
|
|
|
// Description:
|
|
// Description:
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
INLINE LVecBase3 BulletCylinderShape::
|
|
INLINE LVecBase3 BulletCylinderShape::
|
|
|
-get_half_extents_with_marging() const {
|
|
|
|
|
|
|
+get_half_extents_with_margin() const {
|
|
|
|
|
|
|
|
return btVector3_to_LVecBase3(_shape->getHalfExtentsWithMargin());
|
|
return btVector3_to_LVecBase3(_shape->getHalfExtentsWithMargin());
|
|
|
}
|
|
}
|