Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

/home/rdbrown/doxygen/cse125g1/src/modules/actor/DOF.cpp

00001 #include "DOF.h"
00002 #include "stdio.h"
00003 
00004 void DOF::Print()
00005 {
00006 //      printf("%f, %f, %f\n", val, min, max);
00007   //printf("%f\n", val);
00008 }
00009 /*
00010 void DOF::SetVal(float _val)
00011 {
00012         if(_val < min)
00013                 val = min;
00014         else if(_val > max)
00015                 val = max;
00016         else
00017                 val = _val;             
00018 }
00019 */

Generated on Thu Aug 18 16:03:09 2005 for Robin Hood: Thieves & Knights by doxygen1.2.18