IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9773 for trunk/psLib


Ignore:
Timestamp:
Oct 28, 2006, 5:41:56 PM (20 years ago)
Author:
magnier
Message:

fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psEllipse.c

    r9768 r9773  
    3333    shape.sx = 1.0 / sqrt(sxr);
    3434    shape.sy = 1.0 / sqrt(syr);
    35     shape.sxy = 0.5*r2*sin(2*axes.theta);
     35    shape.sxy = 0.5*f2*sin(2*axes.theta);
    3636
    3737    return shape;
Note: See TracChangeset for help on using the changeset viewer.