Assimp
v4.1. (December 2018)
|
Namespaces | |
irr | |
irr::core | |
Functions | |
template<class T > | |
void | irr::core::heapsink (T *array, s32 element, s32 max) |
Sinks an element into the heap. More... | |
template<class T > | |
void | irr::core::heapsort (T *array_, s32 size) |
Sorts an array with size 'size' using heapsort. More... | |