Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2928)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2929)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.54 2004-12-23 20:03:17 price Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.55 2005-01-07 22:31:45 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -408,3 +408,4 @@
 corresponding value shall not be used.  Affected: polynomials (including plane transformations),
 minimization.
-\end{itemize}
+\item Added \code{psPlaneAlloc, psSphereAlloc, psProjectionAlloc}.
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 2928)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 2929)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.164 2005-01-04 01:45:33 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.165 2005-01-07 22:31:49 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4450,4 +4450,11 @@
 are represented by these spherical transformations.
 
+Constructors for these are straight-forward:
+\begin{verbatim}
+psPlane *psPlaneAlloc(void);
+psSphere *psSphereAlloc(void);
+\end{verbatim}
+Initialization of the structures is not necessary.
+
 \subsubsection{Linear Coordinate Transformations}
 
@@ -4643,4 +4650,9 @@
     PS_PROJ_NTYPE                       ///< Number of types; must be last
 } psProjectionType;
+\end{verbatim}
+
+The constructor is straight-forward:
+\begin{verbatim}
+psProjection *psProjectionAlloc(double R, double D, double Xs, double Ys, psProjectionType type);
 \end{verbatim}
 
