Buck
Buck
Hmm, I don't have a use case for this but I understand the utility if trying to interop with other languages using the same library in the same memory space....
EDIT: Removed most of this reply because it was already answered! I am curious what your use case is that causes the non-zero copy solution to be noticeable/the slow step,...
Hey thanks for the report, cases where polylines only touch are well defined (as seen in this case), sometime it is what is wanted, other times it is not, it...
Parentheses as mentioned in https://github.com/tokio-rs/async-stream/issues/68 unfortunately doesn't fix the autocomplete - but good to know for formatting.
> Any guess for when this might be done? > > I'm currently working on integrating this library into a Mac application (FWIW, I'm using the C FFI from Objective-C)....
Hey, thanks for the PR! I reviewed it, link to PR for reference [here](https://github.com/jbuckmccready/cavalier_contours/pull/47).
Implemented in this PR: https://github.com/jbuckmccready/cavalier_contours/pull/63
Short answer: historically it was done for simplicity but probably yes it should use `usize_t` for index parameters - this is a breaking change but I think makes sense to...
I think I can explain: - The polyline parallel offset function right now always keeps overlapping sections (as seen in the C shape picture). - The boolean operations always join...
Sorry I have been very busy, I will try to take a look at this in the next few days.