TvcollideCD Struct Reference

Detailed Description

Information associated with the Vcollide collision detection engine.

See Also
TworldCD

Definition at line 126 of file cd.h.

Data Fields

Tvcollidevc
 
unsigned int np
 
unsigned int * linkID
 
unsigned int * bodyID
 
unsigned int * vcID
 

Field Documentation

Tvcollide* TvcollideCD::vc

The Vcollide object provided by the C Vcollide interface.

Definition at line 127 of file cd.h.

Referenced by CheckCollisionVcollide(), DeleteVcollideCD(), and InitVcollideCD().

unsigned int TvcollideCD::np

Number of bodies in the Vcollide object.

Definition at line 128 of file cd.h.

Referenced by CheckCollisionVcollide(), DeleteVcollideCD(), and InitVcollideCD().

unsigned int* TvcollideCD::linkID

Link for each body.

Definition at line 129 of file cd.h.

Referenced by CheckCollisionVcollide(), DeleteVcollideCD(), and InitVcollideCD().

unsigned int* TvcollideCD::bodyID

Number of this body in the link.

Definition at line 130 of file cd.h.

Referenced by DeleteVcollideCD(), and InitVcollideCD().

unsigned int* TvcollideCD::vcID

Identifier of the bodies in the Vcollide object.

Definition at line 131 of file cd.h.

Referenced by CheckCollisionVcollide(), DeleteVcollideCD(), and InitVcollideCD().