bounds oppoints → meshimport fullseye as fs; fs.ledger.convex_hull(V) (実装を直接呼ぶなら import meshrepair; meshrepair.convex_hull(V)、台帳から引くなら ops3d.get("convex_hull"))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.
py -3.11 examples_3d/hull_bounds.pymesh を入力に取れる)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.