IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2010, 8:58:54 AM (16 years ago)
Author:
eugene
Message:

adjust API in doc to match code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r23304 r27849  
    74497449\end{prototype}
    74507450
    7451 The following function changes the given rotation to its inverse:
    7452 
    7453 \begin{prototype}
    7454 psSphereRot *psSphereRotInvert(psSphereRot *rot);
     7451The following function constructs a the \code{psSphereRot} with the
     7452inverse rotation of the given euler angles.  This is equivalent to
     7453applying \code{psSphereRotConjugate} on a \code{psSphereRot} object:
     7454
     7455\begin{prototype}
     7456psSphereRot *psSphereRotInvert(double alphaP, double deltaP, double phiP);
    74557457\end{prototype}
    74567458
Note: See TracChangeset for help on using the changeset viewer.