Go to the source code of this file.
Namespaces | |
namespace | lux |
Functions | |
static float | lux::Determinant3x3 (const float matrix[3][3]) |
static bool | lux::Invert3x3 (const float matrix[3][3], float result[3][3]) |
static void | lux::Transform3x3 (const float matrix[3][3], const float vector[3], float result[3]) |
static void | lux::Multiply3x3 (const float a[3][3], const float b[3][3], float result[3][3]) |