abstreet/geom/src
2022-02-23 18:46:42 +00:00
..
angle.rs Draw cell borders in different styles -- kind of necessary with the only-one-border schemes. 2022-01-12 13:07:35 +00:00
bounds.rs Prefer slices over reference to owned type 2021-05-15 14:24:08 -07:00
circle.rs Fix compilation failures and most clippy warnings (#642) 2021-05-14 08:32:56 -07:00
conversions.rs Reduce the number of points along curvy roads. When they're tagged in OSM too close together, it explodes PolyLine shifting. #833 2022-01-06 17:27:10 +00:00
distance.rs Prototyping Andy's idea for a dataviz to compare traffic counts 2022-01-23 09:37:45 +00:00
duration.rs Render A/B Street's lanes and traffic simulation on top of Mapbox GL (#788) 2021-10-31 13:52:58 -07:00
find_closest.rs Reduce the number of points along curvy roads. When they're tagged in OSM too close together, it explodes PolyLine shifting. #833 2022-01-06 17:27:10 +00:00
gps.rs Switch from std::fs to fs_err. When files aren't found, the error message actually includes the path! 2022-01-17 17:30:51 +00:00
lib.rs Reduce the number of points along curvy roads. When they're tagged in OSM too close together, it explodes PolyLine shifting. #833 2022-01-06 17:27:10 +00:00
line.rs Better errors when core Line stuff breaks. 2022-01-18 10:26:33 +00:00
percent.rs Add a simple progress bar for updater downloads. #410 2020-11-26 16:12:16 -08:00
polygon.rs Include LTN cells in the geojson export. Very slow, but working, 2022-01-13 17:52:56 +00:00
polyline.rs When we can help it, don't shift road polylines twice. #860 2022-02-23 18:46:42 +00:00
pt.rs Reduce the number of points along curvy roads. When they're tagged in OSM too close together, it explodes PolyLine shifting. #833 2022-01-06 17:27:10 +00:00
ring.rs Some useful debugging / correctness steps towards more robust blockfinding. [rebuild] [release] 2022-01-09 11:07:10 +00:00
speed.rs Serialize trimmed f64's in the geom crate as i32, since the f64's are 2021-06-30 06:35:42 -07:00
stats.rs Prototyping Andy's idea for a dataviz to compare traffic counts 2022-01-23 09:37:45 +00:00
time.rs Consistent panel width (#772) 2021-10-11 15:02:41 -07:00