syBR::map2syBR::Math Namespace Reference

Some mathematics constants. More...


Variables

const double Pi = 3.14159265358979323846
 PI number.
const double Rad2Deg = 180.0f / Pi
 Radiants to degrees conversion constant.
const double Deg2Rad = Pi / 180.0f
 Degrees to radiants conversion constant.
const float Epsilon = 0.00001f
 Epsilon to be used to compare two numbers while taking in account rounding errors due to limited precision.
const float BigEpsilon = 0.1f
 Epsilon to be used to compare two numbers while taking in account rounding errors due to limited precision.


Detailed Description

Some mathematics constants.

Variable Documentation

const float syBR::map2syBR::Math::BigEpsilon = 0.1f

Epsilon to be used to compare two numbers while taking in account rounding errors due to limited precision.

const double syBR::map2syBR::Math::Deg2Rad = Pi / 180.0f

Degrees to radiants conversion constant.

const float syBR::map2syBR::Math::Epsilon = 0.00001f

Epsilon to be used to compare two numbers while taking in account rounding errors due to limited precision.

const double syBR::map2syBR::Math::Pi = 3.14159265358979323846

PI number.

const double syBR::map2syBR::Math::Rad2Deg = 180.0f / Pi

Radiants to degrees conversion constant.


Copyright © 2008 by Sebastien Frippiat
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
Last modified Tue Dec 30 17:57:34 2008