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