| Linderdaum Engine: LSort.h File Reference | ![]() |
Radix sort. More...
#include "Platform.h"#include "Math/LVector.h"#include "Utils/LArray.h"#include <math.h>#include <cmath>Namespaces | |
| namespace | Linderdaum |
Generic namespace for Linderdaum Engine. | |
| namespace | Linderdaum::Math |
Linderdaum Math Library. | |
Functions | |
| template<class T > | |
| void | Linderdaum::Math::Radix8 (int NumByte, const T &In, T &Out) |
| template<class T > | |
| void | Linderdaum::Math::RadixSort (T &In) |
Radix sort.