TWO_PI

Constants

Description

TWO_PI is a mathematical constant with the value 6.28318530717958647693.

Syntax

TWO_PI

Parameters

None

Returns

float

Related

Under the Hood

From Processing.h:

static constexpr float TWO_PI = static_cast<float>(M_PI * 2.0);