fix: more /* */ inside doxygen blocks in octree/boolean_mesh
This commit is contained in:
@@ -40,7 +40,7 @@ template <typename T> struct OctreeData;
|
||||
* 对非均匀分布的数据(如细长三角网格),BVH 通常更优。
|
||||
*
|
||||
* @code{.cpp}
|
||||
* Octree<Point3D> octree(/*max_depth=*/8, /*max_items=*/16);
|
||||
* Octree<Point3D> octree(8, 16 // max_depth, max_items);
|
||||
* octree.build(points);
|
||||
* auto neighbors = octree.query_knn(query_point, 5);
|
||||
* @endcode
|
||||
|
||||
Reference in New Issue
Block a user