mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
xrt: Add a Matrix4x4 with f64
This commit is contained in:
parent
0f5ce8c173
commit
521f066e72
|
@ -402,6 +402,16 @@ struct xrt_matrix_4x4
|
|||
float v[16];
|
||||
};
|
||||
|
||||
/*!
|
||||
* A tightly packed 4x4 matrix of double.
|
||||
*
|
||||
* @ingroup xrt_iface math
|
||||
*/
|
||||
struct xrt_matrix_4x4_f64
|
||||
{
|
||||
double v[16];
|
||||
};
|
||||
|
||||
/*!
|
||||
* A range of API versions supported.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue