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

#include "OVR_Math.h"

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

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
 

Detailed Description

template<>
class OVR::Math< float >

Definition at line 175 of file OVR_Math.h.

Member Typedef Documentation

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

Definition at line 194 of file OVR_Math.h.

Field Documentation

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

Definition at line 188 of file OVR_Math.h.

const float OVR::Math< float >::E = 2.7182818f
static

Definition at line 182 of file OVR_Math.h.

const float OVR::Math< float >::MaxValue = FLT_MAX
static

Definition at line 184 of file OVR_Math.h.

const float OVR::Math< float >::MinPositiveValue = FLT_MIN
static

Definition at line 185 of file OVR_Math.h.

const float OVR::Math< float >::Pi = 3.1415926f
static

Definition at line 178 of file OVR_Math.h.

const float OVR::Math< float >::PiOver2 = 3.1415926f / 2.0f
static

Definition at line 180 of file OVR_Math.h.

const float OVR::Math< float >::PiOver4 = 3.1415926f / 4.0f
static

Definition at line 181 of file OVR_Math.h.

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

Definition at line 187 of file OVR_Math.h.

const float OVR::Math< float >::SingularityRadius = 0.0000001f
static

Definition at line 191 of file OVR_Math.h.

const float OVR::Math< float >::Tolerance = 0.00001f
static

Definition at line 190 of file OVR_Math.h.

const float OVR::Math< float >::TwoPi = 3.1415926f * 2
static

Definition at line 179 of file OVR_Math.h.


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