Releases: JeroenGar/jagua-rs
Releases · JeroenGar/jagua-rs
v0.2.0
Changes include:
- Added support for collision collection
- Instead of only being able to return a boolean answer to a collision query, the CDE is now able to return all hazards that collide with a query. Useful for optimization algorithms that temporarily allow overlap.
- See
collect_poly_collisions
andcollect_surrogate_collisions
docs.
- General speed improvements
- Completely rewritten SVG generator in
lbf
crate - Many minor bug fixes & code polishes