Changeset 19823 for trunk/Ohana/src/opihi/dvo/images.c
- Timestamp:
- Oct 2, 2008, 8:08:31 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/images.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/images.c
r15999 r19823 179 179 status = XY_to_RD (&r[j], &d[j], x[j], y[j], &image[i].coords); 180 180 if (!status) break; 181 r[j] = ohana_normalize_angle (r[j]); 181 182 while (r[j] < Rmin) { r[j] += 360.0; } 182 183 while (r[j] > Rmax) { r[j] -= 360.0; } … … 216 217 status = XY_to_RD (&r[j], &d[j], x[jp], y[jp], &image[i].coords); 217 218 if (!status) continue; 219 r[j] = ohana_normalize_angle (r[j]); 218 220 while (r[j] < Rmin) { r[j] += 360.0; } 219 221 while (r[j] > Rmax) { r[j] -= 360.0; }
Note:
See TracChangeset
for help on using the changeset viewer.
