Plane_3 make_simple_plane(Vector_3 pNormal)
Definition: plane.cpp:29
Kernel::Vector_3 Vector_3
Definition: cgal_config.h:42
Definition: collinear.cpp:10
Plane_3 make_PCA_plane(std::vector< Vertex * > vertices, Vector_3 normal)
Creates PCA plane with Vertex and normal vector.
Definition: plane.cpp:12
Kernel::Plane_3 Plane_3
Definition: cgal_config.h:44
std::vector< Point_2 > project_to_plane(std::vector< Vertex * > vertexList, Plane_3 plane)
Projects Vertex list to plane and returns a vector of Kernel::Point_2.
Definition: plane.cpp:37