Changeset 433 in Sophya for trunk/Poubelle/archTOI.old/templocator.cc
- Timestamp:
- Sep 24, 1999, 4:34:48 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/templocator.cc
r432 r433 96 96 double rotSpeed = 360./(crossings[icross] - crossings[icross-1]); // °/sample 97 97 98 azimBolGC = azCross +(sampleNum - crossings[icross-1])*rotSpeed;98 azimBolGC = azCross - (sampleNum - crossings[icross-1])*rotSpeed; 99 99 if (azimBolGC > 360) azimBolGC -= 360; 100 100 }
Note:
See TracChangeset
for help on using the changeset viewer.