Math.hpp File Reference

Contains the declaration of the Math namespace. More...


Namespaces

namespace  syBR
namespace  syBR::map2syBR
namespace  syBR::map2syBR::Math

Variables

const double syBR::map2syBR::Math::Pi = 3.14159265358979323846
 PI number.
const double syBR::map2syBR::Math::Rad2Deg = 180.0f / Pi
 Radiants to degrees conversion constant.
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 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.


Detailed Description

Contains the declaration of the Math namespace.

Author:
Sebastien Frippiat
Date:
2007/07/11

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:32 2008