abstreet/geom/src
Dustin Carlino fd212b474c Get wasm running again; cargo web was hitting
https://github.com/koute/cargo-web/issues/217. After adding some
debugging to that tool, discovered the problem was generic-array, pulled
in by the new geo version. Forcing that to the older version fixes
things.
2020-09-29 23:34:10 -07:00
..
angle.rs Overhaul lane markings: 2020-08-23 12:00:25 -07:00
bounds.rs tighten up Polygon constructors to enforce an outer ring... in most 2020-07-27 14:03:55 -07:00
circle.rs Small refactor: in most places, we can actually use String as the error type; Box<dyn Error> is only useful when errors of different types are propagated. 2020-08-13 07:12:06 -07:00
distance.rs Cleanups for #346: 2020-09-26 10:11:08 -07:00
duration.rs start replacing assertions and panics with results or better error 2020-07-11 11:35:03 -07:00
find_closest.rs Upgrade most dependencies 2020-09-24 09:36:26 -07:00
gps.rs start replacing assertions and panics with results or better error 2020-07-11 11:35:03 -07:00
lib.rs A humble start to a Percent type for #274. There are so many places to 2020-08-20 11:01:59 -07:00
line.rs gracefully degrade if we cant make TurnGroups for a traffic signal. this 2020-08-12 11:05:19 -07:00
percent.rs A humble start to a Percent type for #274. There are so many places to 2020-08-20 11:01:59 -07:00
polygon.rs Get wasm running again; cargo web was hitting 2020-09-29 23:34:10 -07:00
polyline.rs Fix parking aisle loops that cross the parking lot polygon. Closes #242 2020-08-18 15:12:12 -07:00
pt.rs cut down variations of pt2d<->gps. mostly we want to forcibly convert. 2020-07-11 12:02:12 -07:00
ring.rs Fix parking aisle loops that cross the parking lot polygon. Closes #242 2020-08-18 15:12:12 -07:00
speed.rs Model living streets a bit more carefully. 2020-07-22 13:09:35 -07:00
stats.rs experiment with fan charts for intersection delay. they... need work. 2020-07-21 10:10:42 -07:00
time.rs use monospace font to avoid clock layout jitter (#250) 2020-07-28 10:39:18 -07:00