QUARTER_PI

Constants

Description

QUARTER_PI is a mathematical constant with the value 0.7853982.

Syntax

QUARTER_PI

Parameters

None

Returns

float

Related

Under the Hood

From Processing.h:

static constexpr float QUARTER_PI = static_cast<float>(M_PI / 4.0);