Monado OpenXR Runtime
xrt_vec3_f64 Struct Reference

A 3 element vector with single doubles. More...

#include <xrt/xrt_defines.h>

Collaboration diagram for xrt_vec3_f64:

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...
 

Detailed Description

A 3 element vector with single doubles.


The documentation for this struct was generated from the following files: