| PathEngine home | previous: | next: |
Provides information about first contact, in the case of a collision.
Defined in SDKRoot/include/i_pathengine.h.
iCollisionInfo objects are pooled internally.
iCollisionInfo objects are constructed and returned by certain collision queries,
and also by
iCollisionInfo objects can be deleted explicitly by calling delete on the pointer or by calling the object's destroy() function.
All iCollisionInfo objects are deleted by a call to
A pointer to an iCollisionInfo object must not be used after the object has been deleted.
All iCollisionInfo objects relating to a given mesh get destroyed automatically when that mesh is destroyed.
Returns the agent, if an agent caused the collision. | ||
Returns coordinates for a line of contact. |
| Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEngine | next: |