Program: MKMAPROTATE

  mkmaprotate.......rotate lon, lat data into new coordinate frame
 
  call: [newlon,newlat]=mkmaprotate(lon,lat,mapopt);
 
        lon: longitudes of points to rotate [deg east]
        lat: latitude of points to rotate [deg north]
        mapopt: map options structure as returned by MKMAPOPT
 
  result: newlon: longitudes of rotated points [deg east]
          newlat: latitudes of rotated points [deg north]
 
  applies the rotation defined by mapopt.proj_pole
 
  Martin Knapmeyer 30.10.2003, 11.05.2004

Read M-File Source Code


eof.