Changeset 11248 for trunk/psLib/src/math/psVectorSmooth.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psVectorSmooth.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psVectorSmooth.h
r7380 r11248 1 /** @file psVectorSmooth.h 1 /* @file psVectorSmooth.h 2 * @brief smooth the input vector 2 3 * 3 * smooth the input vector 4 * 4 * $Revision: 1.2 $ $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 5 7 */ 6 8 7 9 #ifndef PS_VECTOR_SMOOTH_H 8 10 #define PS_VECTOR_SMOOTH_H 11 12 /// @addtogroup MathOps Mathematical Operations 13 /// @{ 9 14 10 15 // Smooth a vector with a Gaussian … … 14 19 double Nsigma // Number of standard deviations for Gaussian to extend (either side) 15 20 ); 16 21 /// @} 17 22 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
