ConvexHull[{{x1,y1},{x2,y2},…}]
yields the planar convex hull of the points {{x1,y1},…}, represented as a list of point indices arranged in counterclockwise order.
ConvexHull
ConvexHull[{{x1,y1},{x2,y2},…}]
yields the planar convex hull of the points {{x1,y1},…}, represented as a list of point indices arranged in counterclockwise order.
更多信息和选项
- ConvexHull functionality is now available in the built-in Wolfram Language function ConvexHullMesh.
- To use ConvexHull, you first need to load the Computational Geometry Package using Needs["ComputationalGeometry`"].
- The following option can be given:
-
AllPoints True whether to include all distinct points - With the setting AllPoints->False, only the minimum set of points needed to define the hull is returned.
文本
Wolfram Research (2012),ConvexHull,Wolfram 语言函数,https://reference.wolfram.com/language/ComputationalGeometry/ref/ConvexHull.html.
CMS
Wolfram 语言. 2012. "ConvexHull." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ComputationalGeometry/ref/ConvexHull.html.
APA
Wolfram 语言. (2012). ConvexHull. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ComputationalGeometry/ref/ConvexHull.html 年
BibTeX
@misc{reference.wolfram_2025_convexhull, author="Wolfram Research", title="{ConvexHull}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ComputationalGeometry/ref/ConvexHull.html}", note=[Accessed: 01-May-2026]}
BibLaTeX
@online{reference.wolfram_2025_convexhull, organization={Wolfram Research}, title={ConvexHull}, year={2012}, url={https://reference.wolfram.com/language/ComputationalGeometry/ref/ConvexHull.html}, note=[Accessed: 01-May-2026]}