Changeset 2047
- Timestamp:
- Oct 11, 2004, 1:43:15 PM (22 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r2045 r2047 1 %%% $Id: ChangeLogSDRS.tex,v 1.3 2 2004-10-11 21:49:56price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.33 2004-10-11 23:43:15 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 338 338 Gaussian, Poisson). This obsoletes \code{psGaussianDev}, and 339 339 impacts \code{psLibInit} (no longer needs to seed the RNG). 340 \item Changed \code{psImageRotate} to use radians instead of degrees. 340 341 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r2046 r2047 1 %%% $Id: psLibSDRS.tex,v 1.13 5 2004-10-11 22:25:16price Exp $1 %%% $Id: psLibSDRS.tex,v 1.136 2004-10-11 23:43:03 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 153 153 capability. The memory management functions, defined below, must be 154 154 written to be thread-safe. 155 156 \subsection{Conventions} 157 158 To maintain consistency throughout the library, angles shall be 159 specified in radians. In a small number of cases which we expect will 160 be used heavily (i.e., \code{psSphereOffset} and trigonometric 161 operations on vectors), the unit may be specified, which provides 162 convenience to the user. 155 163 156 164 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 2602 2610 psC64 exposed, psImageInterpolateMode mode); 2603 2611 \end{verbatim} 2604 Rotate the input image by given angle, specified in degrees. The2612 Rotate the input image by given angle, specified in radians. The 2605 2613 output image must contain all of the pixels from the input image in 2606 2614 their new frame. Pixels in the output image which do not map to input
Note:
See TracChangeset
for help on using the changeset viewer.
