You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
Think it would be nicer to return an SVector here, since the size of the Simplex is known statically.
It's a bit trickier since we can't yet construct a Simplex from an SVector as we can from a Tuple, but I'm on it. (Down from 30 errors in the tests to 11 already :) )
GeometryTypes.jl/src/convexhulls.jl
Line 21 in 96daf9e
I think the rest of the
vertices
methods returnArray{T,1}
.The text was updated successfully, but these errors were encountered: