Monado OpenXR Runtime
|
A 3 element vector with single doubles. More...
#include <xrt/xrt_defines.h>
Data Fields | |
double | x |
double | y |
double | z |
Related Functions | |
(Note that these are not member functions.) | |
void | math_vec3_f64_cross (const struct xrt_vec3_f64 *l, const struct xrt_vec3_f64 *r, struct xrt_vec3_f64 *result) |
Cross product of a vec3_f64. More... | |
void | math_vec3_f64_normalize (struct xrt_vec3_f64 *in) |
Normalize a vec3_f64 in place. More... | |
A 3 element vector with single doubles.