Skip to content

Instantly share code, notes, and snippets.

@frk1
frk1 / 3dhull.cpp
Last active August 29, 2015 14:25 — forked from msg555/3dhull.cpp
3D Convex Hull
#include <iostream>
#include <vector>
#include <cmath>
#include <cstring>
#include <cstdlib>
#include <cstdio>
#include <cassert>
using namespace std;