7 | | You will find the whole source in [https://dev.orxonox.net/browser/trunk/src/lib/collision_detection this] directory, main modules of this engine are: |
8 | | * [https://dev.orxonox.net/browser/trunk/src/lib/collision_detection/cd_engine.h the collision detection engine] |
9 | | * [https://dev.orxonox.net/browser/trunk/src/lib/collision_detection/obb_tree_node.h obb tree node] which actualy performs the obb tree generation and the collision checking |
| 7 | You will find the whole source in [source:orxonox.OLD/trunk/src/lib/collision_detection this] directory, main modules of this engine are: |
| 8 | * [source:orxonox.OLD/trunk/src/lib/collision_detection/cd_engine.h the collision detection engine] |
| 9 | * [source:orxonox.OLD/trunk/src/lib/collision_detection/obb_tree_node.h obb tree node] which actualy performs the obb tree generation and the collision checking |