Changeset 2985 in Sophya for trunk/SophyaLib/SkyMap/sphereecp.h
- Timestamp:
- Jun 21, 2006, 5:55:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/sphereecp.h
r2978 r2985 26 26 static inline int_4 ResolToSizeIndex(double res) 27 27 { return (int_4)((M_PI/res)+0.5); } 28 //! return the pixel resolution (in radian) for the size index \b m 29 static inline double SizeIndexToResol(int_4 m) 30 { return (M_PI/(double)m); } 28 31 29 32 // Constructeur par defaut
Note:
See TracChangeset
for help on using the changeset viewer.