Changeset 3535


Ignore:
Timestamp:
03/17/04 17:04:46 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mastro/MAstroSky2Local.cc

    r3533 r3535  
    4646//   Double_t azimuth   = v.Phi();
    4747//   Double_t zdistance = v.Theta();
     48//
     49// To get the inverse matrix for an inverse transformation you can use:
     50//
     51//   MAstroSky2Local::Invert()
     52//
     53// or simply do:
     54//
     55//   v *= MAstroSky2Local(time, obs).Inverse();
    4856//
    4957////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.