|
Monado OpenXR Runtime
|
Vector subtraction and normalization, specialized for P3P solving. More...
#include <math.h>
Go to the source code of this file.
Functions | |
| static void | vec3_normalise (double *v) |
| static void | vec3_sub (double *ret, const double *a, const double *b) |
Vector subtraction and normalization, specialized for P3P solving.