-
- Downloads
There was an error fetching the commit references. Please try again later.
Meshes/Geometry: added function getPlanarMesh + refactoring
- added function getPlanarMesh for correcting non-planar polygons in 3D polygon and polyhedral meshes - added unit tests for getPlanarMesh function - refactored getDecomposedMesh specialization for polygons by creating PolygonDecomposer struct to reuse decomposing logic in getPlanarMesh function - other minor refactoring in Meshes/MeshGeometryTest.h
parent
e31a3146
No related branches found
No related tags found
Showing
- src/TNL/Meshes/Geometry/PolygonDecomposer.h 123 additions, 0 deletionssrc/TNL/Meshes/Geometry/PolygonDecomposer.h
- src/TNL/Meshes/Geometry/getDecomposedMesh.h 24 additions, 123 deletionssrc/TNL/Meshes/Geometry/getDecomposedMesh.h
- src/TNL/Meshes/Geometry/getPlanarMesh.h 193 additions, 0 deletionssrc/TNL/Meshes/Geometry/getPlanarMesh.h
- src/UnitTests/Meshes/CMakeLists.txt 1 addition, 1 deletionsrc/UnitTests/Meshes/CMakeLists.txt
- src/UnitTests/Meshes/MeshGeometryTest.h 434 additions, 98 deletionssrc/UnitTests/Meshes/MeshGeometryTest.h
src/TNL/Meshes/Geometry/PolygonDecomposer.h
0 → 100644
src/TNL/Meshes/Geometry/getPlanarMesh.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment