In file /home/blah/darwin2k/src/dyno/mechanism/dynoCollision.h:

class cdPair

a pair of objects that should be checked for collisions

Public Fields

[more]cdObject* o1
the first object in the pair
[more]cdObject* o2
the second object in the pair
[more]int flags
types of collisions/contacts to be detected; @see dynoCollisionOperation

Public Methods

[more] cdPair(cdObject* O1, cdObject* O2, int Flags)
constructor


Documentation

a pair of objects that should be checked for collisions
ocdObject* o1
the first object in the pair

ocdObject* o2
the second object in the pair

oint flags
types of collisions/contacts to be detected; @see dynoCollisionOperation

o cdPair(cdObject* O1, cdObject* O2, int Flags)
constructor


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.