fullseye

convex_hull — 3D bounds op

使い方

Convex hull of a point set -> (V, F) with outward-oriented triangles.

Thin wrapper over :class:scipy.spatial.ConvexHull (Qhull): interior points are dropped, faces are triangulated, and each triangle is wound so its normal points away from the hull centroid (outward, positive signed volume) — so the result feeds straight into :func:inertia_tensor or a MuJoCo convex collider. Needs at least 4 non-coplanar points.

背景知識ガイド(この op の手前にある物理・規約)

参考(サンプルデータ・文献)

実行できる例(この op を実際に呼ぶ検証済みサンプル)

型が繋がる次の op(mesh を入力に取れる)

mesh_to_voxel · mesh_to_points · to_points · fuse_to_voxel · ambient_occlusion · cast_shadow · supersample_mesh · render_beauty

同カテゴリ(bounds)

aabb · obb · min_enclosing_sphere


Provenance: meshrepair.py — 3D operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.