Orbiter 2022
Combinatorial Objects
scene.cpp File Reference
#include "foundations.h"

Go to the source code of this file.

Namespaces

namespace  orbiter
 the orbiter library for the classification of combinatorial objects
 
namespace  orbiter::layer1_foundations
 algebra, combinatorics and graph theory, geometry, linear algebra, number theory, data structures, solvers, graphics; no group actions
 
namespace  orbiter::layer1_foundations::graphics
 graphical output interfaces: 2D graphics (BMP, TikZ, Metapost) and 3D graphics (povray)
 

Macros

#define EPSILON   0.01
 
#define scene_alpha   ((1. + sqrt(5)) * .5)
 
#define scene_beta   ((-1. + sqrt(5)) * .5)
 
#define MY_OWN_BUFSIZE   ONE_MILLION
 

Macro Definition Documentation

◆ EPSILON

#define EPSILON   0.01

Definition at line 16 of file scene.cpp.

◆ MY_OWN_BUFSIZE

#define MY_OWN_BUFSIZE   ONE_MILLION

Definition at line 4755 of file scene.cpp.

◆ scene_alpha

#define scene_alpha   ((1. + sqrt(5)) * .5)

Definition at line 3251 of file scene.cpp.

◆ scene_beta

#define scene_beta   ((-1. + sqrt(5)) * .5)

Definition at line 3252 of file scene.cpp.