Monado OpenXR Runtime
|
A tightly packed 2x2 matrix of floats. More...
#include <xrt/xrt_defines.h>
Data Fields | |
union { | |
float v [4] | |
struct xrt_vec2 vecs [2] | |
}; | |
A tightly packed 2x2 matrix of floats.
union { ... } |
float xrt_matrix_2x2::v[4] |
struct xrt_vec2 xrt_matrix_2x2::vecs[2] |