Open bfoz opened 10 years ago
Add similar methods for the other quadrants.
first_quadrant et al are implemented. Saving the rest for a rainy day.
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.