diff --git a/include/math/math.hpp b/include/math/math.hpp index ff52663..4701615 100644 --- a/include/math/math.hpp +++ b/include/math/math.hpp @@ -5,7 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: math.hpp,v 1.2 2005/03/01 07:51:23 cozman Exp $ +// $Id: math.hpp,v 1.3 2005/03/02 10:55:54 cozman Exp $ #ifndef PHOTON_MATH_MATH_HPP #define PHOTON_MATH_MATH_HPP @@ -23,6 +23,9 @@ class Vector2; // Title: Math Utilities +// Group: Constants +const scalar Pi=3.1415926535897932384626433832795; + // Group: Generic // Function: clamp