#include "lux.h"
#include "matrix4x4.h"
#include "error.h"
Go to the source code of this file.
Namespaces | |
namespace | lux |
Functions | |
float | lux::Det2x2 (const float a00, const float a01, const float a10, const float a11) |
float | lux::Det3x3 (float A[3][3]) |