Closed oxysoft closed 10 years ago
Certain operations could be simplified further by adding operators to the Point class that use numbers rather than points
i.e
myPoint * new Point(2.0, 2.0); // without myPoint * 2.0; // with
Thanks for your suggestion. The feature is added in v0.10.3
Certain operations could be simplified further by adding operators to the Point class that use numbers rather than points
i.e