Index: trunk/psLib/src/math/psPolynomial.h
===================================================================
--- trunk/psLib/src/math/psPolynomial.h	(revision 5294)
+++ trunk/psLib/src/math/psPolynomial.h	(revision 5813)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-10-12 21:02:20 $
+ *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-12-19 23:58:47 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -77,4 +77,6 @@
     psPolynomialType type;              ///< Polynomial type
     unsigned int nX;             ///< Polynomial order
+    psF64 p_min;
+    psF64 p_max;
     psF64 *coeff;                       ///< Coefficients
     psF64 *coeffErr;                    ///< Error in coefficients
@@ -298,4 +300,18 @@
 );
 
+
+// XXX: Coding Standard
+psPolynomial1D **createChebyshevPolys(psS32 numPolys);
+
+typedef struct
+{
+    int n;                              ///< The number of Chebyshev polys.
+    psPolynomial1D **chebyPolys;        ///< THe chebyshev polys
+
+}
+p_chebyPolys;
+
+
+
 /** \} */ // End of MathGroup Functions
 
