Changeset 751 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- May 20, 2004, 3:09:20 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.h
r750 r751 12 12 13 13 float 14 psGaussian(float x, ///< Value at which to evaluate 15 float mean, ///< Mean for the Gaussian 16 float stddev ///< Standard deviation for the Gaussian 14 psGaussian(float x, ///< Value at which to evaluate 15 float mean, ///< Mean for the Gaussian 16 float stddev, ///< Standard deviation for the Gaussian 17 int normal ///< Indicates whether result should be normalized 17 18 ); 18 19
Note:
See TracChangeset
for help on using the changeset viewer.
