col::ColPipelineData Struct Reference

Struct to store some things which are used in Collision Detection Pipeline. More...

Collaboration diagram for col::ColPipelineData:

Collaboration graph
[legend]
List of all members.

Public Member Functions

Constructors, desctructors
 ColPipelineData ()
 Construct a struct with three vectors (moved, neighbors, colliding).

Public Attributes

vector< ColObj * > moved
 List of objects moved since last frame (in collision pipeline); only growing.
vector< ColPairneighbors
 List of neighbors after grid (in collision pipeline); only growing.
vector< ColPaircolliding
 List of colliding pairs (in collision pipeline); only growing.

Detailed Description

Struct to store some things which are used in Collision Detection Pipeline.

This struct is used in Collision.h and Collision.cpp. It stores three vectors (moved, neighbors, colliding).

Author:
Tobias Ehlgen


The documentation for this struct was generated from the following files:
Generated on Tue Oct 16 18:13:07 2007 for CollDet by  doxygen 1.5.2