piOver180 constant

double const piOver180

Pi divided by 180 is used for the conversion from degrees to radians.

Implementation

static const double piOver180 = 0.01745329251994329576;