Changeset 11248 for trunk/psLib/src/math/psPolynomialUtils.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomialUtils.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomialUtils.h
r10848 r11248 1 /** @file psPolynomialUtils.h 1 /* @file psPolynomialUtils.h 2 * @brief extra psPolynomial-related functions 2 3 * 3 * extra psPolynomial-related functions 4 * $Revision: 1.5 $ $Name: not supported by cvs2svn $ 5 * $Date: 2007-01-23 22:47:23 $ 6 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 4 7 */ 5 8 6 9 #ifndef PS_POLYNOMIAL_UTILS_H 7 10 #define PS_POLYNOMIAL_UTILS_H 11 12 /// @addtogroup MathOps Mathematical Operations 13 /// @{ 8 14 9 15 #include "psVector.h" … … 38 44 psPolynomial2D *psPolynomial2D_dY (psPolynomial2D *out, psPolynomial2D *poly); 39 45 46 /// @} 40 47 #endif /* PS_POLY_UTILS_H */
Note:
See TracChangeset
for help on using the changeset viewer.
