cgv
Loading...
Searching...
No Matches
constants.h
1#pragma once
2
3
4
5#define PI 3.141592654
6#define HALF_PI 1.570796327
7#define TWO_PI 6.283185307
8#define E 2.718281828
9#define SQRT_2 1.414213562
10#define SQRT_3 1.732050808
11#define GOLDEN_RATIO 1.618033989
12
13
14
15