Changeset 11248 for trunk/psLib/src/math/psSpline.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.h
r7766 r11248 1 /** @file psSpline.h 2 * @brief Standard Mathematical Functions. 3 * @ingroup GROUP00 1 /* @file psSpline.h 2 * @brief Standard Mathematical Functions. 4 3 * 5 * This file will hold the prototypes for procedures which allocate, free,6 * and evaluate splines.4 * This file will hold the prototypes for procedures which allocate, free, 5 * and evaluate splines. 7 6 * 8 * XXX: What is the purpose of the SplineAlloc() function?7 * @author GLG, MHPCC 9 8 * 10 * @ingroup GROUP00 11 * 12 * @author GLG, MHPCC 13 * 14 * @version $Revision: 1.60 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-06-30 02:20:06 $ 16 * 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 * @version $Revision: 1.61 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-23 22:47:23 $ 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 18 12 */ 19 13 20 14 #ifndef PS_SPLINE_H 21 15 #define PS_SPLINE_H 16 17 /// @addtogroup MathOps Mathematical Operations 18 /// @{ 22 19 23 20 #include <stdio.h> … … 32 29 #define PS_LEFT_SPLINE_DERIV 0.0 33 30 #define PS_RIGHT_SPLINE_DERIV 0.0 34 35 /** \addtogroup GROUP0036 * \{37 */38 31 39 32 /** One-Dimensional Spline */ … … 115 108 116 109 117 /** \} */ // End of MathGroup Functions 118 110 /// @} 119 111 #endif // #ifndef PS_SPLINE_H 120
Note:
See TracChangeset
for help on using the changeset viewer.
