summaryrefslogtreecommitdiff
path: root/graphics/epix/doc/my_code.h
blob: 229e80dbf4deb0dfdcabda2e60be8212e2577c29 (plain)
1
2
3
4
5
6
7
8
9
10
/* my_code.h */
#include <cmath>   // standard library math header
#include "epix.h"  // ePiX header
using ePiX::P;

namespace Mine {   // to avoid name conflicts
  // functions for special relativity
  double lorentz_norm(P);
  bool   spacelike(P);
} // end of namespace