Index: trunk/psLib/src/astronomy/psCoord.h
===================================================================
--- trunk/psLib/src/astronomy/psCoord.h	(revision 2199)
+++ trunk/psLib/src/astronomy/psCoord.h	(revision 2200)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-26 21:57:42 $
+*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-26 22:32:09 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -167,4 +167,14 @@
 } psSphereOffsetUnit;
 
+/** Allocates a psPlaneTransform transform.
+ *
+ *  @return psPlaneTransform*     resulting plane transform
+ */
+
+psPlaneTransform* psPlaneTransformAlloc(
+    int n1,  ///< The order of the x term in the transform.
+    int n2   ///< The order of the y term in the transform.
+);
+
 /** Applies the psPlaneTransform transform to a specified coordinate
  *
@@ -176,4 +186,17 @@
     const psPlane* coords              ///< the coordinate to apply the transform above.
 );
+
+/** Allocates a psPlaneDistort transform.
+ *
+ *  @return psPlaneDistort*     resulting plane distort transform
+ */
+
+psPlaneDistort* psPlaneDistortAlloc(
+    int n1,  ///< The order of the w term in the transform.
+    int n2,  ///< The order of the x term in the transform.
+    int n3,  ///< The order of the y term in the transform.
+    int n4   ///< The order of the z term in the transform.
+);
+
 
 /** Applies the psPlaneDistort transform to a specified coordinate
