MythTV
master
mythtv
libs
libmythtv
visualisations
goom
goom_tools.h
Go to the documentation of this file.
1
#ifndef GOOMTOOLS_H
2
#define GOOMTOOLS_H
3
4
#include <cinttypes>
5
#include <cstddef>
6
#include <cstdlib>
7
8
#if !defined( M_PI )
9
static
constexpr
double
M_PI
{ 3.14159265358979323846 };
10
#endif
11
static
constexpr
float
M_PI_F
{
static_cast<
float
>
(
M_PI
) };
12
13
#endif
// GOOMTOOLS_H
M_PI_F
static constexpr float M_PI_F
Definition:
goom_tools.h:11
M_PI
static constexpr double M_PI
Definition:
goom_tools.h:9
Generated on Sat May 9 2026 03:16:19 for MythTV by
1.9.4