Closed
Description
This issue was originally filed by @seaneagan
"dart:html" contains several geometric concepts which would be nice to factor out into a "dart:geometry" or similar:
Point (issue #3053)
Rectangle (issue #3035)
Matrix (issue #3054)
and at least a few other concepts would be useful:
Interval (https://gist.github.com/2719638)
Polygon
Line
Path
Angle
Circle
Ellipse
Square
etc.