Skip to content

enh(test): improve geometry::data::Mesh::transform unit-test

Description

The unit test for geometry::data::Mesh::transform were pretty weak, as the test was mostly the same code as the tested code. The method is now tested with an hardcoded small mesh which is transformed, with all combination of type possible (only points, point and point normals, point and cell normals, point and all normals).

Closes #80 (closed)

How to test it?

Run geometry_datatest, it should pass.

Merge request reports