PI

Constants

Description

PI is a mathematical constant with the value 3.14159265358979323846.

Syntax

PI

Parameters

None

Returns

float

Related

Under the Hood

From Processing.h:

static constexpr float PI = static_cast<float>(M_PI);