Changeset 5790 for branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex
- Timestamp:
- Dec 14, 2005, 2:46:00 PM (21 years ago)
- File:
-
- 1 edited
-
branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex
r5707 r5790 1 %%% $Id: psLibSDRS.tex,v 1.362 2005-12-06 18:56:01 eugeneExp $1 %%% $Id: psLibSDRS.tex,v 1.362.2.1 2005-12-15 00:46:00 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4565 4565 The constructors are: 4566 4566 \begin{prototype} 4567 psPolynomial1D *psPolynomial1DAlloc(psPolynomialType type, 4568 unsigned int nX); 4569 psPolynomial2D *psPolynomial2DAlloc(psPolynomialType type, 4570 unsigned int nX, unsigned int nY); 4571 psPolynomial3D *psPolynomial3DAlloc(psPolynomialType type, 4572 unsigned int nX, unsigned int nY, unsigned int nZ); 4573 psPolynomial4D *psPolynomial4DAlloc(psPolynomialType type, 4574 unsigned int nX, unsigned int nY, unsigned int nZ, unsigned int nT); 4567 psPolynomial1D *psPolynomial1DAlloc(unsigned int nX, 4568 psPolynomialType type); 4569 psPolynomial2D *psPolynomial2DAlloc(unsigned int nX, unsigned int nY, 4570 psPolynomialType type); 4571 psPolynomial3D *psPolynomial3DAlloc(unsigned int nX, unsigned int nY, 4572 unsigned int nZ, psPolynomialType type); 4573 psPolynomial4D *psPolynomial4DAlloc(unsigned int nX, unsigned int nY, 4574 unsigned int nZ, unsigned int nT, 4575 psPolynomialType type); 4575 4576 \end{prototype} 4576 4577 where \code{nX}, \code{nY}, etc specify the polynomial order in the
Note:
See TracChangeset
for help on using the changeset viewer.
