Blame view

math/constants.h 104 Bytes
821513c8   David Mayerich   ERROR plane wave ...
1
2
3
  #ifndef RTS_CONSTANTS_H
  #define RTS_CONSTANTS_H
  
559d0fcb   David Mayerich   wave interactions...
4
5
  #define rtsPI 	3.14159
  #define rtsTAU	2 * rtsPI
821513c8   David Mayerich   ERROR plane wave ...
6
7
  
  #endif