#include <HMDMgr.h>
Public Methods | |
HMDMgr (void) | |
~HMDMgr (void) | |
void | reset_orientation (void) |
int | device_count (void) |
void | update (void) |
void | get_rot_quat (float *, int doupdate) |
void | rot_point_quat (float *p, const float *op) |
void | rot_basis_quat (float *u, float *v, float *w, const float *ou, const float *ov, const float *ow) |
|
|
|
|
|
|
|
Definition at line 111 of file HMDMgr.C. References update. Referenced by rot_basis_quat, and rot_point_quat. |
|
|
|
Definition at line 158 of file HMDMgr.C. References get_rot_quat, Matrix4::mat, Matrix4::multnorm3d, Quat::multpoint3, and quat_rot_matrix. |
|
Definition at line 132 of file HMDMgr.C. References get_rot_quat, Matrix4::mat, Matrix4::multnorm3d, Quat::multpoint3, and quat_rot_matrix. |
|
Definition at line 104 of file HMDMgr.C. Referenced by get_rot_quat. |