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
The attribute was introduced in c7837e4 (Oct. 2008) for optimization
pruposes, but it is internally unused since 0ad0ee4 (Jan. 2009) when
the path nan-handling moved to C++. Since then it's only been touched
by additional commits to make sure it is correctly updated by APIs like
`cleaned`, but it has far outlived its utility (plus, directly checking
the vertices is just as good if you really care -- don't make everyone
else pay for it when instantiating Paths).
0 commit comments