Class: cRigidBodySolutionTest
Declaration: cRigidBodySolutionTest
class TTAPI cRigidBodySolutionTest
{
public:
cRigidBodySolutionTest() {}
virtual ~cRigidBodySolutionTest() {}
//== RigidBody Solution Test ==--
virtual bool RigidBodySolutionTest( int markerCount, Core::cMarker *markers, bool *markerExists ) {
//Test rigid body solution
return true;
}
};Last updated
Was this helpful?

