Changeset 6371 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Feb 7, 2006, 5:26:01 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r6366 r6371 1 %%% $Id: psLibSDRS.tex,v 1.38 1 2006-02-08 02:28:20jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.382 2006-02-08 03:26:01 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4611 4611 The constructors are: 4612 4612 \begin{prototype} 4613 psPolynomial1D *psPolynomial1DAlloc(unsigned int nX, 4614 psPolynomialType type); 4615 psPolynomial2D *psPolynomial2DAlloc(unsigned int nX, unsigned int nY, 4616 psPolynomialType type); 4617 psPolynomial3D *psPolynomial3DAlloc(unsigned int nX, unsigned int nY, 4618 unsigned int nZ, psPolynomialType type); 4619 psPolynomial4D *psPolynomial4DAlloc(unsigned int nX, unsigned int nY, 4620 unsigned int nZ, unsigned int nT, 4621 psPolynomialType type); 4613 psPolynomial1D *psPolynomial1DAlloc(psPolynomialType type, unsigned int nX); 4614 psPolynomial2D *psPolynomial2DAlloc psPolynomialType type, unsigned int nX, 4615 unsigned int nY); 4616 psPolynomial3D *psPolynomial3DAlloc(psPolynomialType type, unsigned int nX, 4617 unsigned int nY, unsigned int nZ); 4618 psPolynomial4D *psPolynomial4DAlloc(psPolynomialType type, unsigned int nX, 4619 unsigned int nY, unsigned int nZ, 4620 unsigned int nT); 4622 4621 \end{prototype} 4623 4622 where \code{nX}, \code{nY}, etc specify the polynomial order in the … … 6994 6993 typedef enum { 6995 6994 PS_PRECESS_ROUGH, 6996 PS_PRECESS_IAU2000A,6997 6995 PS_PRECESS_COMPLETE_A, 6998 PS_PRECESS_COMPLETE_B 6996 PS_PRECESS_COMPLETE_B, 6997 PS_PRECESS_IAU2000A 6999 6998 } psPrecessMethod; 7000 6999 \end{datatype}
Note:
See TracChangeset
for help on using the changeset viewer.
