Added more Doxygen comments for classes in src/BulletCollision/CollisionShapes

This commit is contained in:
erwin.coumans
2008-08-27 22:01:50 +00:00
parent 42ad559b2d
commit b21d8caa9a
32 changed files with 60 additions and 54 deletions

View File

@@ -46,7 +46,7 @@ SIMD_FORCE_INLINE bool operator==(const btCompoundShapeChild& c1, const btCompou
}
/// btCompoundShape allows to store multiple other btCollisionShapes
/// This allows for concave collision objects. This is more general then the Static Concave btTriangleMeshShape.
/// This allows for moving concave collision objects. This is more general then the static concave btBvhTriangleMeshShape.
ATTRIBUTE_ALIGNED16(class) btCompoundShape : public btCollisionShape
{
//btAlignedObjectArray<btTransform> m_childTransforms;