#ifndef HALFSPACED3TEST_H
#define HALFSPACED3TEST_H

/*! 
\brief Test the 3D half space class. 
*/
class halfspaceD3test
{
public:

  /** Basic 3D half space test. */
  static void test01();

  /** Test distancefromhalfspace. */
  static void test02();

  /** Look at halfspaceD3 and halfspaceD3indexed. */
  static void test03(int argc, char** argv);
};


#endif




