Changeset 3592 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 03/23/04 18:17:05 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc
r3570 r3592 171 171 // rotate the source position by the current rotation angle 172 172 const Double_t rho = fPointPos->RotationAngle(*fObservatory); 173 v .Rotate(-rho);173 v=v.Rotate(-rho); 174 174 175 175 // Convert coordinates into camera plain (mm)
Note:
See TracChangeset
for help on using the changeset viewer.