|
Monado OpenXR Runtime
|
Matrix operations, specialized for P3P solving. More...
Go to the source code of this file.
Functions | |
| static void | mat3_invert (double *a) |
| static void | mat3_mul (double *ret, const double *a, const double *b) |
| static void | mat3vec3_mul (double *ret, const double *m, const double *v) |
Matrix operations, specialized for P3P solving.