IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2005, 11:33:48 AM (21 years ago)
Author:
gusciora
Message:

psPlaneTransformDeriv()

File:
1 edited

Legend:

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

    r4937 r4957  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-08-31 22:28:35 $
     12*  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-09-07 21:33:48 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    404404
    405405
     406/** Calculates the derivative of the specified psPlaneTransform with respect to x and y.
     407 *
     408 *  @return psPlane*         The derivative.
     409 */
     410psPlane *psPlaneTransformDeriv(
     411    psPlane *out,
     412    const psPlaneTransform *transformation,
     413    const psPlane *coord
     414);
     415
    406416/// @}
    407417
Note: See TracChangeset for help on using the changeset viewer.