Changeset 2737 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Dec 16, 2004, 12:10:48 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r2712 r2737 1 %%% $Id: psLibSDRS.tex,v 1.1 59 2004-12-14 19:52:24 eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.160 2004-12-16 22:10:48 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2271 2271 int n; ///< Number of spline pieces 2272 2272 psPolynomial1D **spline; ///< Array of n pointers to splines 2273 float *knots;///< The boundaries between each spline piece. Size is n+1.2273 psVector *knots; ///< The boundaries between each spline piece. Size is n+1. 2274 2274 } psSpline1D; 2275 2275 \end{verbatim} … … 2282 2282 order polynomial (the type of polynomial is left to the 2283 2283 implementation). The \code{knots} member specifies the boundaries 2284 between each spline piece (including the two ends). 2284 between each spline piece (including the two ends). The \code{knots} 2285 vector may be of type U32, F32 or F64. 2285 2286 2286 2287 Of course, we require the appropriate constructors and destructor:
Note:
See TracChangeset
for help on using the changeset viewer.
