msbGrid  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
msbGrid::Constants Namespace Reference

Variables

const Scalar PI = 4.0 * std :: atan(1.0)
 
const Scalar _PI = 180.0
 
const Scalar EPSILON = std :: numeric_limits< Scalar > :: epsilon()
 
const Scalar TOLERANCE = 1e2 * EPSILON
 

Detailed Description

some constants definitions

Variable Documentation

const Scalar msbGrid::Constants::_PI = 180.0

Definition at line 40 of file common.hh.

const Scalar msbGrid::Constants::EPSILON = std :: numeric_limits< Scalar > :: epsilon()

Definition at line 41 of file common.hh.

const Scalar msbGrid::Constants::PI = 4.0 * std :: atan(1.0)

Definition at line 39 of file common.hh.

const Scalar msbGrid::Constants::TOLERANCE = 1e2 * EPSILON

Definition at line 42 of file common.hh.