Files
igl/PI.h
T
jalec 487db0163d added header files:
PI constant
ZERO constants
useful material color floats
get current seconds since EPOCH function
ReAntTweakBar library

Added examples folder:
  ReAntTweakBar example with static option
2011-09-16 11:09:55 +00:00

5 lines
73 B
C++

namespace igl
{
const double PI = 3.1415926535897932384626433832795;
}