Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

coldet.h File Reference

Go to the source code of this file.

Compounds

class  CollisionModel3D
class  Inconsistency
class  TimeoutExpired

Functions

EXPORT CollisionModel3DnewCollisionModel3D (bool Static=false)


Detailed Description

3D Collision Detection

Interface for the library. Isolated from any implementation details.

You are allowed to use this file according to the LGPL license included in the package.


Function Documentation

__CD__BEGIN CollisionModel3D * newCollisionModel3D ( bool Static = false )
 

Create a new collision model object. Use delete when finished with it.

Setting Static to true indicates that the model does not move a lot, and certain calculations can be done every time its transform changes instead of every collision test.


Generated at Sat Nov 18 00:15:14 2000 for coldet by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000