Changeset 1204 in Sophya for trunk/SophyaLib/NTools/cimage.h
- Timestamp:
- Sep 29, 2000, 12:15:55 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/cimage.h
r1169 r1204 39 39 inline r_8 XPixSize() const {return pxsz_x;} 40 40 inline r_8 YPixSize() const {return pxsz_y;} 41 42 inline r_8 XPos(uint_4 i) const {return org_x + i*pxsz_x;} 43 inline r_8 YPos(uint_4 j) const {return org_y + j*pxsz_y;} 41 44 42 45 inline void SetOrg(r_8 orgx=0., r_8 orgy=0.)
Note:
See TracChangeset
for help on using the changeset viewer.