Changeset 19823 for trunk/Ohana/src/opihi/dvo/imbox.c
- Timestamp:
- Oct 2, 2008, 8:08:31 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/imbox.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/imbox.c
r19130 r19823 70 70 for (j = 0; j < 4; j++) { 71 71 XY_to_RD (&r, &d, x[j], y[j], &coords); 72 r = ohana_normalize_angle (r); 72 73 while ((j == 0) && (r < Rmin)) { flipped = TRUE; r += 360.0; } 73 74 while ((j == 0) && (r > Rmax)) { flipped = TRUE; r -= 360.0; }
Note:
See TracChangeset
for help on using the changeset viewer.
