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

Public Types | |
| typedef float | OtherFloatType | 
Static Public Attributes | |
| static const double | Pi = 3.14159265358979 | 
| static const double | TwoPi = 3.14159265358979 * 2 | 
| static const double | PiOver2 = 3.14159265358979 / 2.0 | 
| static const double | PiOver4 = 3.14159265358979 / 4.0 | 
| static const double | E = 2.71828182845905 | 
| static const double | MaxValue = DBL_MAX | 
| static const double | MinPositiveValue = DBL_MIN | 
| static const double | RadToDegreeFactor = 360.0 / Math<double>::TwoPi | 
| static const double | DegreeToRadFactor = Math<double>::TwoPi / 360.0 | 
| static const double | Tolerance = 0.00001 | 
| static const double | SingularityRadius = 0.000000000001 | 
Definition at line 199 of file OVR_Math.h.
| typedef float OVR::Math< double >::OtherFloatType | 
Definition at line 217 of file OVR_Math.h.
Definition at line 212 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 206 of file OVR_Math.h.
Definition at line 208 of file OVR_Math.h.
Definition at line 209 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 202 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 204 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 205 of file OVR_Math.h.
Definition at line 211 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 215 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 214 of file OVR_Math.h.
      
  | 
  static | 
Definition at line 203 of file OVR_Math.h.