#include <OVR_Math.h>
Static Public Attributes | |
static const float | DegreeToRadFactor = Math<float>::TwoPi / 360.0f |
static const float | E = 2.7182818f |
static const float | MaxValue = FLT_MAX |
static const float | MinPositiveValue = FLT_MIN |
static const float | Pi = 3.1415926f |
static const float | PiOver2 = 3.1415926f / 2.0f |
static const float | PiOver4 = 3.1415926f / 4.0f |
static const float | RadToDegreeFactor = 360.0f / Math<float>::TwoPi |
static const float | SingularityRadius = 0.0000001f |
static const float | Tolerance = 0.00001f |
static const float | TwoPi = 3.1415926f * 2 |
Definition at line 89 of file OVR_Math.h.
const float OVR::Math< float >::DegreeToRadFactor = Math<float>::TwoPi / 360.0f [static] |
Definition at line 102 of file OVR_Math.h.
Definition at line 96 of file OVR_Math.h.
Definition at line 98 of file OVR_Math.h.
const float OVR::Math< float >::MinPositiveValue = FLT_MIN [static] |
Definition at line 99 of file OVR_Math.h.
Definition at line 92 of file OVR_Math.h.
Definition at line 94 of file OVR_Math.h.
Definition at line 95 of file OVR_Math.h.
const float OVR::Math< float >::RadToDegreeFactor = 360.0f / Math<float>::TwoPi [static] |
Definition at line 101 of file OVR_Math.h.
const float OVR::Math< float >::SingularityRadius = 0.0000001f [static] |
Definition at line 105 of file OVR_Math.h.
Definition at line 104 of file OVR_Math.h.
Definition at line 93 of file OVR_Math.h.