PI_2 constant

double const PI_2

Shortcut for Math.PI * 2, represents a 360 degree angle

Implementation

static const PI_2 = math.pi * 2;