API Documentation
|
Common helper functions for easier interfacing with the OpenXR engine. More...
#include <XRFunctions.h>
Static Public Member Functions | |
static Vector< 3, Angle< fltp08 > > | ConvertFromQuaternion (const XrQuaternionf &quaternion) |
static Vector< 3, Angle< fltp08 > > | ConvertFromQuaternion (fltp08 qx, fltp08 qy, fltp08 qz, fltp08 qw) |
static Vertex< 3, fltp04 > | ConvertVertex (const XrVector3f &position) |
static Vertex< 3, fltp08 > | ConvertVertex (fltp08 x, fltp08 y, fltp08 z) |
Common helper functions for easier interfacing with the OpenXR engine.
|
inlinestatic |
|
inlinestatic |