#ifndef POLYPAIRTESTH #define POLYPAIRTESTH #include "collDetect.h" #include "testDB.h" ConNode *polyPairTest(PairNode *, ObjNode *, ObjNode *, Transform *, Transform *, ConNode *, Status *); Boolean pointInPoly(Tupple, PolyNode *, Tupple *); void destroyConNodeList (ConNode *); Boolean comparePoints(Tupple, Tupple); Boolean compareValues(Real, Real); #endif