Changeset 1581 for trunk/archive/pslib/include/psSort.h
- Timestamp:
- Aug 18, 2004, 4:10:27 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psSort.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psSort.h
r671 r1581 15 15 psVector * 16 16 psSort(psVector *out, ///< Sorted array to return. May be NULL 17 const psVector * restrict in)///< Array to sort17 const psVector *in) ///< Array to sort 18 18 ; 19 19 20 20 /** Sort an array, along with some other stuff. Returns an index array */ 21 21 psVector * 22 psSortIndex(psVector * restrict out,///< Output index array (may be NULL)23 const psVector * restrict in)///< Array to sort22 psSortIndex(psVector *out, ///< Output index array (may be NULL) 23 const psVector *in) ///< Array to sort 24 24 ; 25 25
Note:
See TracChangeset
for help on using the changeset viewer.
