Changeset 889 for trunk/psLib/src/math/psStats.h
- Timestamp:
- Jun 6, 2004, 2:32:53 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r797 r889 81 81 typedef struct 82 82 { 83 const psVector *restrict bounds;///< Bounds for the bins (type F32)83 psVector *bounds; ///< Bounds for the bins (type F32) 84 84 psVector *nums; ///< Number in each of the bins (INT) 85 85 int minNum; ///< Number below the minimum … … 102 102 103 103 /** Destructor \ingroup MathGroup **/ 104 void psHistogramFree(psHistogram * restrictmyHist); ///< Histogram to destroy104 void psHistogramFree(psHistogram *myHist); ///< Histogram to destroy 105 105 106 106
Note:
See TracChangeset
for help on using the changeset viewer.
