MythTV master
Classes | Variables
bumpscope.cpp File Reference
#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <numbers>
#include <QCoreApplication>
#include <QPainter>
#include <libmythbase/compat.h>
#include <libmythbase/mythlogging.h>
#include <libmythbase/mythrandom.h>
#include <libmythbase/sizetliteral.h>
#include "bumpscope.h"
#include "mainvisual.h"
Include dependency graph for bumpscope.cpp:

Go to the source code of this file.

Classes

class  BumpScopeFactory
 

Variables

static constexpr float M_PI_F { std::numbers::pi_v<float> }
 
BumpScopeFactory BumpScopeFactory
 

Variable Documentation

◆ BumpScopeFactory

◆ M_PI_F

constexpr float M_PI_F { std::numbers::pi_v<float> }
staticconstexpr

Definition at line 172 of file bumpscope.cpp.

Referenced by BumpScope::draw(), and BumpScope::translate().