TM2IN  0.5.1
Namespaces | Functions
triangle.h File Reference
#include "detail/cgal_config.h"
#include "features/Vertex.h"
Include dependency graph for triangle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 TM2IN
 
 TM2IN::cgal
 

Functions

Vector_3 TM2IN::cgal::triangle_normal (TM2IN::Vertex *va, TM2IN::Vertex *vb, TM2IN::Vertex *vc)
 Returns normal vector of triangle. More...
 
double TM2IN::cgal::triangle_area (Vertex *va, Vertex *vb, Vertex *vc)
 Returns the area of triangle. More...
 
double TM2IN::cgal::triangle_area (Point_3 &p1, Point_3 &p2, Point_3 &p3)
 Returns the area of triangle. More...