HALF_PI
ConstantsDescription
HALF_PI is a mathematical constant with the value 1.57079632679489661923.
Syntax
HALF_PI
Parameters
None
Returns
floatRelated
Under the Hood
From Processing.h:
static constexpr float HALF_PI = static_cast<float>(M_PI / 2.0);