TM2IN  0.5.1
Namespaces | Functions
plane.cpp File Reference
#include "plane.h"
#include "features/Vertex.h"
#include "cgal/vector_angle.h"
Include dependency graph for plane.cpp:

Namespaces

 TM2IN
 
 TM2IN::detail
 
 TM2IN::detail::cgal
 

Functions

Plane_3 TM2IN::detail::cgal::make_PCA_plane (std::vector< Vertex * > vertices, Vector_3 normal)
 Creates PCA plane with Vertex and normal vector. More...
 
Plane_3 TM2IN::detail::cgal::make_simple_plane (Vector_3 pNormal)
 
std::vector< Point_2TM2IN::detail::cgal::project_to_plane (std::vector< Vertex * > vertexList, Plane_3 plane)
 Projects Vertex list to plane and returns a vector of Kernel::Point_2. More...