Changeset 4315 for trunk/psLib/src/math/psSpline.h
- Timestamp:
- Jun 17, 2005, 4:30:50 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.h
r4190 r4315 12 12 * @author GLG, MHPCC 13 13 * 14 * @version $Revision: 1.4 6$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-06- 09 19:26:48$14 * @version $Revision: 1.47 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-18 02:30:49 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 41 41 * @return psF32 value on the gaussian curve given the input parameters 42 42 */ 43 psF32psGaussian(44 psF32x, ///< Value at which to evaluate45 psF32mean, ///< Mean for the Gaussian46 psF32 stddev,///< Standard deviation for the Gaussian47 psBool normal///< Indicates whether result should be normalized43 float psGaussian( 44 float x, ///< Value at which to evaluate 45 float mean, ///< Mean for the Gaussian 46 float sigma, ///< Standard deviation for the Gaussian 47 bool normal ///< Indicates whether result should be normalized 48 48 ); 49 49
Note:
See TracChangeset
for help on using the changeset viewer.
