diff --git a/src/pointification.jl b/src/pointification.jl index 15e096b7c..c45f82164 100644 --- a/src/pointification.jl +++ b/src/pointification.jl @@ -16,7 +16,6 @@ function pointify end pointify(p::Primitive) = pointify(boundary(p)) -# collect is necessary because CircularVector doesn't work with SVector pointify(p::Polytope) = collect(vertices(p)) pointify(m::Multi) = pointify(parent(m))