![]() |
VARJO TRACKING PLUGIN SDK DOCUMENTATION
|
Go to the source code of this file.
Data Structures | |
struct | varjo_Vector3D |
struct | varjo_Matrix3x3 |
Typedefs | |
typedef int32_t | varjo_Bool |
typedef int64_t | varjo_Nanoseconds |
typedef struct varjo_Vector3D | varjo_Vector3D |
typedef struct varjo_Matrix3x3 | varjo_Matrix3x3 |
Variables | |
static const varjo_Bool | varjo_False = 0 |
Value representing False. More... | |
static const varjo_Bool | varjo_True = 1 |
Value representing True. More... | |
typedef int32_t varjo_Bool |
Type representing logical values - True and False.
typedef int64_t varjo_Nanoseconds |
Time in nanoseconds. Absolute times are relative to an epoch which is constant during execution of the program.
typedef struct varjo_Vector3D varjo_Vector3D |
64bit floating point 3D vector.
typedef struct varjo_Matrix3x3 varjo_Matrix3x3 |
Double precision 3x3 matrix. The matrix usage convention is that values are stored in column-major order.
|
static |
Value representing False.
|
static |
Value representing True.