| 
    Bike-X
    0.8
    
   | 
 
#include "OVR_Math.h"

Public Types | |
| typedef double | OtherFloatType | 
Static Public Attributes | |
| static const float | Pi = 3.1415926f | 
| static const float | TwoPi = 3.1415926f * 2 | 
| static const float | PiOver2 = 3.1415926f / 2.0f | 
| static const float | PiOver4 = 3.1415926f / 4.0f | 
| static const float | E = 2.7182818f | 
| static const float | MaxValue = FLT_MAX | 
| static const float | MinPositiveValue = FLT_MIN | 
| static const float | RadToDegreeFactor = 360.0f / Math<float>::TwoPi | 
| static const float | DegreeToRadFactor = Math<float>::TwoPi / 360.0f | 
| static const float | Tolerance = 0.00001f | 
| static const float | SingularityRadius = 0.0000001f | 
Definition at line 175 of file OVR_Math.h.
| typedef double OVR::Math< float >::OtherFloatType | 
Definition at line 194 of file OVR_Math.h.
Definition at line 188 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 182 of file OVR_Math.h.
Definition at line 184 of file OVR_Math.h.
Definition at line 185 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 178 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 180 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 181 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 187 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 191 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 190 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 179 of file OVR_Math.h.