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