Changeset 1371 in Sophya for trunk/SophyaLib/Samba/geometry.h
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/geometry.h
r473 r1371 1 // Geometry handling class 2 // R. Ansari , G. Le Meur 2000 3 // DAPNIA/SPP (Saclay) / CEA LAL - IN2P3/CNRS (Orsay) 4 1 5 #ifndef GEOMETRY_SEEN 2 6 #define GEOMETRY_SEEN … … 4 8 5 9 #include "unitvector.h" 10 11 namespace SOPHYA { 12 13 /*! 14 \class SOPHYA::Geometry 15 \ingroup Samba 16 Base class (pure virtual) for geometry handling and coordinate 17 system transforms 18 */ 6 19 7 20 class Geometry … … 13 26 }; 14 27 28 } // namespace SOPHYA 15 29 16 30 #endif
Note:
See TracChangeset
for help on using the changeset viewer.