TM2IN
0.5.1
|
Go to the source code of this file.
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_2 > | TM2IN::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... | |