GxrMath

GxrMath

Functions

Includes

#include <gxr.h>

Description

Functions

gxr_math_graphene_to_matrix34 ()

void
gxr_math_graphene_to_matrix34 (graphene_matrix_t *mat,
                               HmdMatrix34_t *mat34);

gxr_math_matrix34_to_graphene ()

void
gxr_math_matrix34_to_graphene (HmdMatrix34_t *mat34,
                               graphene_matrix_t *mat);

gxr_math_matrix44_to_graphene ()

void
gxr_math_matrix44_to_graphene (HmdMatrix44_t *mat44,
                               graphene_matrix_t *mat);

gxr_math_pose_to_matrix ()

gboolean
gxr_math_pose_to_matrix (TrackedDevicePose_t *pose,
                         graphene_matrix_t *transform);

gxr_math_print_matrix34 ()

void
gxr_math_print_matrix34 (HmdMatrix34_t mat);

Types and Values