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
I noticed that in the test files this pattern is already used, with inline poly and line helpers defined. It would be really nice to be able to use this out of the box, because defining polygons or lines gets tedious having to do new Point(...), new Point(...), new Point(...) manually.
I noticed that in the test files this pattern is already used, with inline
poly
andline
helpers defined. It would be really nice to be able to use this out of the box, because defining polygons or lines gets tedious having to donew Point(...), new Point(...), new Point(...)
manually.Some actual code of mine:
Would be nicely simplified to:
It seems like this would be a variant of
SimplePoint
, as a tuple instead of an object?The text was updated successfully, but these errors were encountered: