veloren/common/systems
juliancoffee 4e3fb87526 Adress review
- Rename Collider::get_radius to bounding_radius
- Check origin difference in CapsulePrism with EPSILON * 10.0 instead of
  magic 0.00001
- Add comments for closest_points, hardnened expression against NaNs
- Add comments to try_e2e_collision function, renamed to
  resolve_e2e_collision, make it return whether collision was triggered.
- Remove Collider::Box (it is Cylinder, which is subset of CapsulePrism
  with p0=p1=Vec2::zero())
2021-09-17 13:28:34 +03:00
..
src Adress review 2021-09-17 13:28:34 +03:00
Cargo.toml Remove tracy features that are no longer needed now that macros have been fixed 2021-06-19 04:27:50 -04:00