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
am I understanding correctly that the Polygon type is represented by an AbstractVector with eltype as LineP? I would have expected an eltype of <:AbstractPoint like in Ngon.
The text was updated successfully, but these errors were encountered:
GeometryBasics.jl/src/basic_types.jl
Lines 232 to 240 in dfb0083
am I understanding correctly that the
Polygon
type is represented by anAbstractVector
witheltype
asLineP
? I would have expected aneltype
of<:AbstractPoint
like inNgon
.The text was updated successfully, but these errors were encountered: