Skip to content

Instantly share code, notes, and snippets.

View cesartiago's full-sized avatar
💭
💎

Tiago César cesartiago

💭
💎
View GitHub Profile
@cesartiago
cesartiago / main.cpp
Last active September 11, 2022 04:21 — forked from ArturoNereu/main.cpp
Delaunay and Voronoi in CPP with OpenGL
/***************************************************
12 de marzo del 2011
Arturo Nereu Nunez Martinez
***************************************************/
#include <windows.h>
#include <GL/glut.h>
#include <stdio.h>
#include <math.h>