Variables | |
const Real | epsilon = Real(1e-10) |
const Real | epsilon2 = Real(1e-20) |
const Real | minReal = Real(1.17549435e-38f) |
const Real | maxReal = Real(3.40282347e+38f) |
const SInt | minSInt = (-2147483647-1) |
const SInt | maxSInt = 2147483647 |
const Int | minInt = 0 |
const Int | maxInt = 4294967293U |
const Real | Pi = Real(3.1415926535897932384626433832795029L) |
const Real | SqrtHalf = Real(0.7071067811865475244008443621048490) |
const Real | TwoPi = Real(Pi*2.0) |
const Real | Infinity = maxReal |
const Real | inchesPerMeter = 39.37007874 |
const Real | metersPerInch = 0.0254 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|