source: Sophya/trunk/SophyaLib/Samba/geometry.h@ 734

Last change on this file since 734 was 473, checked in by ansari, 26 years ago

modifs francois : passage en double etc. 18-OCT-99

File size: 204 bytes
RevLine 
[473]1#ifndef GEOMETRY_SEEN
2#define GEOMETRY_SEEN
3
4
5#include "unitvector.h"
6
7class Geometry
8{
9public:
10Geometry() {;}
11virtual ~Geometry() {;}
12virtual UnitVector ConvToSphere(double psi) const = 0;
13};
14
15
16#endif
Note: See TracBrowser for help on using the repository browser.