My Project
Classes | Macros | Functions
basicComponents.h File Reference
#include <vector>
#include <string>
#include <iostream>
#include <cmath>
Include dependency graph for basicComponents.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ EPS

#define EPS   0.01

Function Documentation

◆ operator<<()

ostream& operator<< ( std::ostream &  os,
const Vertice v 
)
inline

Function to print shifted co-ordiantes of vertices for debugging.