IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25292


Ignore:
Timestamp:
Sep 8, 2009, 4:24:57 PM (17 years ago)
Author:
eugene
Message:

fix angle of ellipse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/Ohana/src/kapa2/src/PSOverlay.c

    r25179 r25292  
    8080          double sn = sin(angle);
    8181          x0 = X + pX*dX*cs;
    82           y0 = Y + pY*dX*sn;
     82          y0 = Y - pY*dX*sn;
    8383          // XXX dt should be based on the size of the ellipse...
    8484          // 0.10 -> 60 segments on the ellipse
Note: See TracChangeset for help on using the changeset viewer.