Open DartBot opened 11 years ago
Removed Type-Defect label. Added Type-Enhancement label.
Removed Area-HTML label. Added Area-Library, Library-Html labels.
Removed this from the Later milestone. Added Oldschool-Milestone-Later label.
Removed Oldschool-Milestone-Later label.
dart:html now uses the dart:math Point class, so the extension would need to be done there.
Removed Library-Html label. Added Library-Math label.
This issue was originally filed by @tomyeh
Currently, the multiplier (operator*) is supported, but sometimes it is more convenient if there is a divider.
For example,
pt * (1 / diff)
can be simplified to
pt / diff