Monado OpenXR Runtime
Data Fields
xrt_matrix_2x2 Struct Reference

A tightly packed 2x2 matrix of floats. More...

#include <xrt/xrt_defines.h>

Collaboration diagram for xrt_matrix_2x2:
Collaboration graph
[legend]

Data Fields

union {
   float   v [4]
 
   struct xrt_vec2   vecs [2]
 
}; 
 

Detailed Description

A tightly packed 2x2 matrix of floats.

Field Documentation

◆ @83

union { ... }

◆ v

float xrt_matrix_2x2::v[4]

◆ vecs

struct xrt_vec2 xrt_matrix_2x2::vecs[2]

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