Jolt Physics
A multi core friendly Game Physics Engine
|
Go to the source code of this file.
Functions | |
template<typename Iterator , typename Compare > | |
JPH_NAMESPACE_BEGIN void | InsertionSort (Iterator inBegin, Iterator inEnd, Compare inCompare) |
Implementation of the insertion sort algorithm. | |
template<typename Iterator > | |
void | InsertionSort (Iterator inBegin, Iterator inEnd) |
Implementation of insertion sort algorithm without comparator. | |
Implementation of insertion sort algorithm without comparator.