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