TM2IN  0.5.1
Namespaces | Macros | Functions | Variables
vector_angle.cpp File Reference
#include <Options.h>
#include "detail/cgal/vector_3.h"
#include "vector_angle.h"
Include dependency graph for vector_angle.cpp:

Namespaces

 TM2IN
 
 TM2IN::cgal
 

Macros

#define PI   3.14159265
 

Functions

double TM2IN::cgal::getAngle (Vector_3 &v1, Vector_3 &v2)
 Returns the angle between v1 and v2. More...
 
bool TM2IN::cgal::has_lower_angle_than (Vector_3 &nv1, Vector_3 &nv2, double angle)
 Checks the angle between v1 and v2 is lower than the angle. More...
 
int TM2IN::cgal::findNormalType6 (Vector_3 &nv)
 Finds the closest simple normal from nvSimple normal : simple_normal_vector_list6. More...
 

Variables

Vector_3 TM2IN::cgal::simple_normal_vector_list6 [6]
 

Macro Definition Documentation

#define PI   3.14159265