veloren/common/src/util
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
..
color.rs Revert "Resolve all '#[allow(clippy::excessive_precision)]' error supressions" 2021-07-25 12:29:21 -04:00
dir.rs Basic fluid dynamics and physical properties for entities 2021-04-20 17:38:19 +02:00
find_dist.rs Adress review 2021-09-17 13:28:34 +03:00
mod.rs Revert "Merge branch 'revert-b10718c5' into 'master'" 2021-04-21 17:10:13 +00:00
option.rs Remove chunk from mesh todo if neighbour is deleted, be more careful with z_start and z_end in terrain meshing 2020-09-12 21:02:00 -04:00
plane.rs Add Plane type, Projection trait, fix upright() and add doc tests 2021-02-07 17:16:15 +01:00
projection.rs Add Plane type, Projection trait, fix upright() and add doc tests 2021-02-07 17:16:15 +01:00
spatial_grid.rs Revert "Merge branch 'revert-b10718c5' into 'master'" 2021-04-21 17:10:13 +00:00