IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 7, 2005, 12:31:49 PM (22 years ago)
Author:
Paul Price
Message:

Added psPlaneAlloc, psSphereAlloc, psProjectionAlloc.

File:
1 edited

Legend:

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

    r2874 r2929  
    1 %%% $Id: psLibSDRS.tex,v 1.164 2005-01-04 01:45:33 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.165 2005-01-07 22:31:49 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    44504450are represented by these spherical transformations.
    44514451
     4452Constructors for these are straight-forward:
     4453\begin{verbatim}
     4454psPlane *psPlaneAlloc(void);
     4455psSphere *psSphereAlloc(void);
     4456\end{verbatim}
     4457Initialization of the structures is not necessary.
     4458
    44524459\subsubsection{Linear Coordinate Transformations}
    44534460
     
    46434650    PS_PROJ_NTYPE                       ///< Number of types; must be last
    46444651} psProjectionType;
     4652\end{verbatim}
     4653
     4654The constructor is straight-forward:
     4655\begin{verbatim}
     4656psProjection *psProjectionAlloc(double R, double D, double Xs, double Ys, psProjectionType type);
    46454657\end{verbatim}
    46464658
Note: See TracChangeset for help on using the changeset viewer.