source:
Sophya/trunk/SophyaLib/Samba/geometry.h@
726
Last change on this file since 726 was 473, checked in by , 26 years ago | |
---|---|
File size: 204 bytes |
Rev | Line | |
---|---|---|
[473] | 1 | #ifndef GEOMETRY_SEEN |
2 | #define GEOMETRY_SEEN | |
3 | ||
4 | ||
5 | #include "unitvector.h" | |
6 | ||
7 | class Geometry | |
8 | { | |
9 | public: | |
10 | Geometry() {;} | |
11 | virtual ~Geometry() {;} | |
12 | virtual UnitVector ConvToSphere(double psi) const = 0; | |
13 | }; | |
14 | ||
15 | ||
16 | #endif |
Note:
See TracBrowser
for help on using the repository browser.