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

add suggested constants to index.js #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Crissov
Copy link

@Crissov Crissov commented Feb 10, 2020

implements #5 τ
implements #14 φ etc.

implements rwaldron#5 τ
implements rwaldron#14 φ etc.
defineMath("WEST", Math.EAST * 3);
defineMath("WNW", Math.NNE * 13);
defineMath("NW", Math.NE * 7);
defineMath("NNW", Math.NNE * 15);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it will be very hard to make the case for lines 26-53. If you can remove those, I will merge this.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I plan to add this proposal to the agenda for the next meeting.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this ever put on a meeting agenda?

@Crissov
Copy link
Author

Crissov commented Sep 15, 2020

@rwaldron I removed the questionable angles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants