5#ifndef __IRR_HEAPSORT_H_INCLUDED__
6#define __IRR_HEAPSORT_H_INCLUDED__
53 for (i=((size-1)/2); i>=0; --i)
57 for (i=size-1; i>0; --i)
Axis aligned bounding box in 3d dimensional space.
Self reallocating template array (like stl vector) with additional features.
void heapsink(T *array, s32 element, s32 max)
Sinks an element into the heap.
void heapsort(T *array_, s32 size)
Sorts an array with size 'size' using heapsort.
Everything in the Irrlicht Engine can be found in this namespace.
signed int s32
32 bit signed variable.