Changeset 1371 in Sophya for trunk/SophyaLib/Samba/circle.h
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/circle.h
r568 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 CIRCLE_H_SEEN 2 6 #define CIRCLE_H_SEEN … … 8 12 #include "utilgeom.h" 9 13 #include "geometry.h" 14 15 namespace SOPHYA { 10 16 11 17 class Circle : public Geometry … … 92 98 } 93 99 100 } // namespace SOPHYA 101 94 102 #endif
Note:
See TracChangeset
for help on using the changeset viewer.