Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::Math< double > Class Template Reference

#include "OVR_Math.h"

Collaboration diagram for OVR::Math< double >:
Collaboration graph

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
 

Detailed Description

template<>
class OVR::Math< double >

Definition at line 199 of file OVR_Math.h.

Member Typedef Documentation

typedef float OVR::Math< double >::OtherFloatType

Definition at line 217 of file OVR_Math.h.

Field Documentation

const double OVR::Math< double >::DegreeToRadFactor = Math<double>::TwoPi / 360.0
static

Definition at line 212 of file OVR_Math.h.

const double OVR::Math< double >::E = 2.71828182845905
static

Definition at line 206 of file OVR_Math.h.

const double OVR::Math< double >::MaxValue = DBL_MAX
static

Definition at line 208 of file OVR_Math.h.

const double OVR::Math< double >::MinPositiveValue = DBL_MIN
static

Definition at line 209 of file OVR_Math.h.

const double OVR::Math< double >::Pi = 3.14159265358979
static

Definition at line 202 of file OVR_Math.h.

const double OVR::Math< double >::PiOver2 = 3.14159265358979 / 2.0
static

Definition at line 204 of file OVR_Math.h.

const double OVR::Math< double >::PiOver4 = 3.14159265358979 / 4.0
static

Definition at line 205 of file OVR_Math.h.

const double OVR::Math< double >::RadToDegreeFactor = 360.0 / Math<double>::TwoPi
static

Definition at line 211 of file OVR_Math.h.

const double OVR::Math< double >::SingularityRadius = 0.000000000001
static

Definition at line 215 of file OVR_Math.h.

const double OVR::Math< double >::Tolerance = 0.00001
static

Definition at line 214 of file OVR_Math.h.

const double OVR::Math< double >::TwoPi = 3.14159265358979 * 2
static

Definition at line 203 of file OVR_Math.h.


The documentation for this class was generated from the following files: