Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point operator overloading with num #6

Closed
oxysoft opened this issue Sep 20, 2014 · 1 comment
Closed

Point operator overloading with num #6

oxysoft opened this issue Sep 20, 2014 · 1 comment

Comments

@oxysoft
Copy link

oxysoft commented Sep 20, 2014

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
@oxysoft oxysoft changed the title Operator overloading for geom classes Point operator overloading with num Sep 20, 2014
@playif
Copy link
Owner

playif commented Sep 21, 2014

Thanks for your suggestion.
The feature is added in v0.10.3

@playif playif closed this as completed Sep 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants