linear-sim 0.9.0

Minimal linear 3D simulation library
Documentation
1
2
3
4
5
6
7
8
9
10
11
- contact sleeping
- object link constraints
- optimizations
- convex hulls
- in some proximity queries we set distance == 0.0 and half_axis to zero if nearest_a
  and nearest_b are "approx_eq"; should we instead calculate the distance and half-axis?
  we will till compute the normal manually as if in contact if "approx_eq"; this is
  because of rounding errors/floating point accuracy, the nearest points may not be
  perpendicular to the contact surface
- bugs:
  * collision/mod.rs:1502: assertion failed in testbed ball pit test generation [1] step [2462]