Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21eff4efc1f5645

Jump to content

Talk:Quickhull

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 1 year ago by 2001:5A8:49CF:E00:55B:D705:55E1:36D0 in topic Scaling with dimension

Higher dimensions

[edit]

Is there a 3d version? Thanks. 92.30.31.79 (talk) 13:23, 18 September 2012 (UTC)Reply

According to the convex hull algorithms page Quickhull can be used to solve dimensions higher than 3 (I assume that it can be used to solve for 3D as well). However, this article does not include an algorithm for higher than 2D and even says it is used to compute the "convex hull of a finite set of points in the plane". Does anyone know if/how Quickhull can be used for problems with higher dimensions than 2D? Nathan Wonnacott (talk) 17:37, 22 August 2017 (UTC)Reply

Question

[edit]

The statement "Its worst case complexity for 2-dimensional and 3-dimensional space is considered to be " does not seem to be right. It can be for some configurations of points when the majority of points are left in one subset.  Preceding unsigned comment added by 172.248.120.198 (talk) 05:09, 16 July 2022 (UTC)Reply

Scaling with dimension

[edit]

How does this algorithm scale with the dimension of points d? Also, the definition of n is overloaded, it refers to both the dimension of the space of points and the number of points in the introduction. 2001:5A8:49CF:E00:55B:D705:55E1:36D0 (talk) 18:56, 7 May 2025 (UTC)Reply