Constant SDL_PI_D

pub const SDL_PI_D: f64 = 3.141592653589793_f64; // 3.1415926535897931f64
Available on crate feature dep_sdl3 only.
Expand description

The value of Pi, as a double-precision floating point literal.

§Availability

This macro is available since SDL 3.2.0.

§See also