added Pi
This commit is contained in:
parent
25e98f79ab
commit
74283b220f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user