PI1_2 constant

double const PI1_2

Shortcut for Math.PI/2, represents an angle of 90 degrees in radians.

Implementation

static const PI1_2 = math.pi / 2;