gvsu/cs677/final/NewtonComputation.cc
josh c1b75ab6a0 skeleton NewtonComputation added, more base logic present
git-svn-id: svn://anubis/gvsu@319 45c1a28c-8058-47b2-ae61-ca45b979098e
2008-12-06 21:54:19 +00:00

8 lines
120 B
C++

#include "NewtonComputation.h"
unsigned int NewtonComputation::compute(double x, double y)
{
return 0x00FF8800;
}