Changeset 2978 in Sophya for trunk/SophyaLib/SkyMap/spherethetaphi.h
- Timestamp:
- Jun 21, 2006, 10:38:26 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherethetaphi.h
r2973 r2978 29 29 //! return the size index value corresponding to resolution res (in radian) 30 30 static inline int_4 ResolToSizeIndex(double res) 31 { return ( M_PI/2./res); }31 { return (int_4)((M_PI/2./res)+0.5); } 32 32 33 33 SphereThetaPhi();
Note:
See TracChangeset
for help on using the changeset viewer.