Elbert Ronnie
Elbert Ronnie
I would like to solve this issue. But being new to Rust and this codebase, I wanted to clarify a few things: - I have to replace `Result`, `Option` and...
@cfsmp3 @PunitLodha Are the tests conducted in the sample platform flaky? Because both this PR and #1555 only add some extra rust code and don't export anything for C. Both...
@PunitLodha Can you review this PR? I have split the PR into multiple meaningful commits, so that atleast each individual commit is easy to review.
@PunitLodha @cfsmp3 I have tried to split this into multiple PRs: #1551, #1552, #1553, #1554, #1555, #1556, #1557, #1558, #1559, #1560.
This has become much harder than anticipated. While trying to make the demo, it constantly panics due a overflow caused by a left shift within `rustnomial`. On looking deeper, I...
For now, I have chosen a different library this time: `poly_it`. I have also used `ArrayVec` to reduce allocations. And also changed the vector field so as to reduce the...
> I seem to be finding some rather unexpected and potentially incorrect behavior with the centroid calculation, can you try and see if there's something wrong with it? I did...
> Do you think it might be possible to perturb the error and minimum_separation and repeatedly until the number of intersections turns out even? (But give up after some maximum...
> But before doing this, I have a feeling that minimum_separation is actually useless for this use case and therefore I want to first try by removing those filters first....