Top |
void | gxr_math_graphene_to_matrix34 () |
void | gxr_math_matrix34_to_graphene () |
void | gxr_math_matrix44_to_graphene () |
gboolean | gxr_math_pose_to_matrix () |
void | gxr_math_print_matrix34 () |
void gxr_math_graphene_to_matrix34 (graphene_matrix_t *mat
,HmdMatrix34_t *mat34
);
void gxr_math_matrix34_to_graphene (HmdMatrix34_t *mat34
,graphene_matrix_t *mat
);
void gxr_math_matrix44_to_graphene (HmdMatrix44_t *mat44
,graphene_matrix_t *mat
);
gboolean gxr_math_pose_to_matrix (TrackedDevicePose_t *pose
,graphene_matrix_t *transform
);