IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2004, 10:07:44 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.c

    r1463 r1475  
    1111*  @author George Gusciora, MHPCC
    1212*
    13 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-08-10 23:59:41 $
     13*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-08-11 20:07:44 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3939    }
    4040    out->x = transform->x->coeff[0][0] +
    41              (transform->x->coeff[1][0] * coords->x) + (transform->x->coeff[0][1] * coords->y);
     41             (transform->x->coeff[1][0] * coords->x) +
     42             (transform->x->coeff[0][1] * coords->y);
    4243
    4344    out->y = transform->y->coeff[0][0] +
    44              (transform->y->coeff[1][0] * coords->x) + (transform->y->coeff[0][1] * coords->y);
     45             (transform->y->coeff[1][0] * coords->x) +
     46             (transform->y->coeff[0][1] * coords->y);
    4547
    4648    return (out);
     
    4850
    4951// This transformation takes into account parameters beyond an objects
    50 // spatial coordinates: term3 and term4.
     52// spatial coordinates: term3 and term4 (magnitude and color).
    5153psPlane* psPlaneDistortApply(psPlane* out,
    5254                             const psPlaneDistort* transform,
Note: See TracChangeset for help on using the changeset viewer.