Add some Doxygen comments for broadphase and linearmath classes.
This commit is contained in:
@@ -39,8 +39,8 @@ subject to the following restrictions:
|
||||
#endif //BT_USE_PLACEMENT_NEW
|
||||
|
||||
|
||||
///btAlignedObjectArray uses a subset of the stl::vector interface for its methods
|
||||
///It is developed to replace stl::vector to avoid STL alignment issues to add SIMD/SSE data
|
||||
///The btAlignedObjectArray template class uses a subset of the stl::vector interface for its methods
|
||||
///It is developed to replace stl::vector to avoid portability issues, including STL alignment issues to add SIMD/SSE data
|
||||
template <typename T>
|
||||
//template <class T>
|
||||
class btAlignedObjectArray
|
||||
|
||||
Reference in New Issue
Block a user