Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Eliminate vertices outside of multiple convex hulls
4 ビュー (過去 30 日間)
古いコメントを表示
Goal: Eliminate vertices outside of multiple 3D cubes.
Here's what I currently have in the prerequisites.
Prerequisites - Already Developed
Table of volumes as [volume_name, x,y,z] with each volume_name containing 8 coordinates of a cube.
Table of vertices to check as [x,y,z]
Functions - Need to determine ConvexHull/Voronoi or existing functions???
Need to compare the vertice table against the volumes
I'll check vertice in a while loop against volume 1, 2, n...
If not in any volume, record vertice row within the vertice table as a DeleteList
DeleteList compare against original List and reogranize vertice table
Other Notes:
Cubes are not oriented along XYZ
Not sure if Convex Hull can generate rectangles or if it "balloons" the rectangles.
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!