• Main Page
  • Classes
  • Files
  • File List

Physics/ContactResolver.h

00001 /*
00002  * ContactResolver.h
00003  *
00004  *  Created on: 2010-11-20
00005  *      Author: krejziwan
00006  */
00007 
00008 #ifndef CONTACTRESOLVER_H_
00009 #define CONTACTRESOLVER_H_
00010 
00011 #include "Contact.h"
00012 #include <vector>
00013 #include <algorithm>
00014 #include <functional>
00015 
00016 class ContactResolver{
00017 public:
00018         void resolveContacts(std::vector<Contact>& bodies);
00019 };
00020 
00021 #endif /* CONTACTRESOLVER_H_ */

Generated on Sun Dec 5 2010 19:03:33 for Snook3d by  doxygen 1.7.2