| Class | Description |
|---|---|
| b3Aabb | |
| b3AabbArray | |
| b3BroadphaseAabbCallback | |
| b3BroadphasePairSortPredicate | |
| b3BroadphaseProxy | |
| b3BroadphaseRayCallback | |
| b3BvhSubtreeInfoData | |
| b3Collidable | |
| b3CollidableArray | |
| b3CompoundOverlappingPair | |
| b3Config | |
| b3Contact4 | |
| b3Contact4Data | |
| b3Contact4DataArray | |
| b3ConvexPolyhedronData | |
| b3ConvexPolyhedronDataArray | |
| b3ConvexUtility | |
| b3CpuNarrowPhase | |
| b3DbvtAabbMm | |
| b3DbvtNode | |
| b3DbvtProxy | |
| b3DbvtProxyArray | |
| b3Dispatcher | |
| b3DynamicBvh |
The b3DynamicBvh class implements a fast dynamic bounding volume tree based on axis aligned bounding boxes (aabb tree).
|
| b3DynamicBvh.IClone | |
| b3DynamicBvh.ICollide | |
| b3DynamicBvh.IWriter | |
| b3DynamicBvh.sStkCLN | |
| b3DynamicBvh.sStkNN | |
| b3DynamicBvh.sStkNP | |
| b3DynamicBvh.sStkNPS | |
| b3DynamicBvhBroadphase |
The b3DynamicBvhBroadphase implements a broadphase using two dynamic AABB bounding volume hierarchies/trees (see b3DynamicBvh).
|
| b3GpuChildShape | |
| b3GpuChildShapeArray | |
| b3GpuFace | |
| b3GpuFaceArray | |
| b3HashedOverlappingPairCache |
Hash-space based Pair Cache, thanks to Erin Catto, Box2D, http://www.box2d.org, and Pierre Terdiman, Codercorner, http://codercorner.com
|
| b3InertiaData | |
| b3MprSimplex_t | |
| b3MprSupport_t | |
| b3MyFace | |
| b3MyFaceArray | |
| b3NullPairCache |
b3NullPairCache skips add/removal of overlapping pairs.
|
| b3OverlapCallback | |
| b3OverlapFilterCallback | |
| b3OverlappingPairCache |
The b3OverlappingPairCache provides an interface for overlapping pair management (add, remove, storage), used by the b3BroadphaseInterface broadphases.
|
| b3QuantizedBvhNodeData |
b3QuantizedBvhNodeData is a compressed aabb node, 16 bytes.
|
| b3RayHit | |
| b3RayHitArray | |
| b3RayInfo | |
| b3RayInfoArray | |
| b3RigidBodyData | |
| b3RigidBodyDataArray | |
| b3SortedOverlappingPairCache |
b3SortedOverlappingPairCache maintains the objects with overlapping AABB
Typically managed by the Broadphase, Axis3Sweep or b3SimpleBroadphase
|
| sStkNNArray |
The b3AlignedObjectArray 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
|
| sStkNPSArray |
Copyright © 2024. All rights reserved.