ackb2d 0.9
3D Gamestudio Box 2d Wraper
|
00001 #ifndef __B2_DISTANCE_H__ 00002 #define __B2_DISTANCE_H__ 00003 00008 void b2Distance(b2DistanceOutput* output, b2SimplexCache* cache, const b2DistanceInput* input); 00009 00010 #endif //__B2_DISTANCE_H__