PI.h 73 B

1234
  1. namespace igl
  2. {
  3. const double PI = 3.1415926535897932384626433832795;
  4. }