Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions
test_trig.c File Reference
#include <ft2build.h>
#include <math.h>
#include <stdio.h>

Go to the source code of this file.

Macros

#define PI   3.14159265358979323846
 
#define SPI   (PI/FT_ANGLE_PI)
 
#define THRESHOLD   64
 

Functions

int main (void)
 

Macro Definition Documentation

◆ PI

#define PI   3.14159265358979323846

Definition at line 8 of file test_trig.c.

◆ SPI

#define SPI   (PI/FT_ANGLE_PI)

Definition at line 9 of file test_trig.c.

◆ THRESHOLD

#define THRESHOLD   64

Definition at line 13 of file test_trig.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 221 of file test_trig.c.