convex_hull
competitive
0.1.0
In competitive::
geometry::
polygon
competitive
::
geometry
::
polygon
Function
convex_
hull
Copy item path
Source
pub fn convex_hull<T>(ps:
Vec
<
Complex
<T>>) ->
Vec
<
Complex
<T>>
where T:
PartialOrd
+
Ccwable
,