转换CGAL :: Surface_mesh的最简单方法

时间:2018-07-04 12:04:37

标签: cgal

我有一个CGAL::Surface_mesh myMesh,我想:

  1. 翻译myMesh,使质心为其新的来源
  2. 旋转myMesh,以使主轴为X轴
  3. 然后缩放myMesh

我知道,我可以使用Surface_mesh_deformation,但是当我想进行严格转换时,这似乎效率不高。

1 个答案:

答案 0 :(得分:0)

我们最近合并了this PR,它完全可以满足您的需求。它将成为CGAL 4.13的一部分。同时,您可以在网格中的每个点上调用CGAL::Aff_transformation_3,例如:

<snippet>
    <content><![CDATA[
nth-of-type(${1})
]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>noty</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>source.css</scope>
</snippet>