Changeset 42888 for trunk/psLib/src/math/psVectorSmooth.h
- Timestamp:
- Jun 5, 2025, 3:30:24 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psVectorSmooth.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psVectorSmooth.h
r13918 r42888 23 23 psVector *psVectorBoxcar(psVector *output, ///< Output vector, or NULL 24 24 const psVector *input, ///< Input vector (F32 or F64 only) 25 int size ///< Boxcar size (one-sided size) 25 int size, ///< Boxcar size (one-sided size) 26 bool robust ///< compute robust median or normal median 26 27 ); 27 28
Note:
See TracChangeset
for help on using the changeset viewer.
