My Project
|
#include <vector>
#include <string>
#include <iostream>
#include <cmath>
Go to the source code of this file.
Classes | |
struct | Vertice |
struct | Edge |
struct | Plane |
Structured Defined to represent Planes. More... | |
Macros | |
#define | EPS 0.01 |
Functions | |
ostream & | operator<< (std::ostream &os, const Vertice &v) |
Function to print shifted co-ordiantes of vertices for debugging. More... | |
#define EPS 0.01 |
|
inline |
Function to print shifted co-ordiantes of vertices for debugging.