[−][src]Constant game::pregame::built_info::BUILT_TIME_UTC
pub const BUILT_TIME_UTC: &str = "Mon, 11 Jan 2021 19:26:36 +0000";
[−][src]Constant game::pregame::built_info::BUILT_TIME_UTC
pub const BUILT_TIME_UTC: &str = "Mon, 11 Jan 2021 22:01:23 +0000";
The built-time in RFC2822, UTC
[−][src]Function map_model::make::match_points_to_lanes
fn match_points_to_lanes<F: Fn(&Lane) -> bool>(
bounds: &Bounds,
pts: HashSet<HashablePt2D>,
lanes: &Vec<Lane>,
filter: F,
buffer: Distance,
max_dist_away: Distance,
timer: &mut Timer<'_>
) -> HashMap<HashablePt2D, Position>
[−][src]Function map_model::make::match_points_to_lanes
fn match_points_to_lanes<F: Fn(&Lane) -> bool>(
bounds: &Bounds,
pts: HashSet<HashablePt2D>,
lanes: &Vec<Lane>,
filter: F,
buffer: Distance,
max_dist_away: Distance,
timer: &mut Timer<'_>
) -> HashMap<HashablePt2D, Position>
Snap points to an exact Position along the nearest lane. If the result doesn't contain a requested point, then there was no matching lane close enough.
[−][src]Module map_model::make
See https://dabreegster.github.io/abstreet/map/importing/index.html for an overview. This module +
[−][src]Module map_model::make
See https://dabreegster.github.io/abstreet/map/importing/index.html for an overview. This module covers the RawMap->Map stage.
Modules
bridges | |
buildings | |
initial | Naming is confusing, but RawMap -> InitialMap -> Map. InitialMap is separate pretty much just diff --git a/rustdoc/map_model/make/traffic_signals/constant.PROTECTED.html b/rustdoc/map_model/make/traffic_signals/constant.PROTECTED.html index 8927cf998d..0046f9abb2 100644 --- a/rustdoc/map_model/make/traffic_signals/constant.PROTECTED.html +++ b/rustdoc/map_model/make/traffic_signals/constant.PROTECTED.html @@ -1,4 +1,4 @@ [−][src]Constant map_model:: |