fix: more /* */ inside doxygen blocks in octree/boolean_mesh
This commit is contained in:
@@ -105,9 +105,9 @@ HalfedgeMesh mesh_sym_diff(const HalfedgeMesh& a, const HalfedgeMesh& b);
|
||||
*
|
||||
* @code{.cpp}
|
||||
* // 裁剪 cube 外部的 sphere 面片
|
||||
* auto clipped = clip_mesh(sphere, cube, /*invert_b=*/false);
|
||||
* auto clipped = clip_mesh(sphere, cube, false // invert_b);
|
||||
* // 保留 cube 内部的 sphere 面片
|
||||
* auto inner = clip_mesh(sphere, cube, /*invert_b=*/true);
|
||||
* auto inner = clip_mesh(sphere, cube, true // invert_b);
|
||||
* @endcode
|
||||
*
|
||||
* @see mesh_difference, is_point_inside_mesh
|
||||
|
||||
Reference in New Issue
Block a user