ncollide v0.15.0 Release Notes

  • ➕ Added

    * This re-adds time-of-impact computation in the `query`module.
    * Add `::try_from_points(...)` methods to construct a 2D `ConvexPolygon`
      or an 3D `Convex` shape from a set of point. The convex hull of those
      points are automatically computed.
    

    Modified

    * All the dependencies have been updated to their latest.