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 quadrant commands #21

Open
bfoz opened this issue Jan 23, 2014 · 1 comment
Open

Add quadrant commands #21

bfoz opened this issue Jan 23, 2014 · 1 comment

Comments

@bfoz
Copy link
Owner

bfoz commented Jan 23, 2014

first_quadrant returns a new sketch translated such that it lies entirely in the first quadrant. If the sketch already does, then it returns self.

first_quadrant! is the same, but modifies self, as necessary.

first_quadrant? returns true if the sketch lies entirely in the first quadrant.

Add similar methods for the other quadrants.

@bfoz
Copy link
Owner Author

bfoz commented Jan 25, 2014

first_quadrant et al are implemented. Saving the rest for a rainy day.

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

No branches or pull requests

1 participant