From 1c40649af2295d80f1a9c116f11f469618c0cc0a Mon Sep 17 00:00:00 2001 From: dabreegster Date: Sun, 13 Dec 2020 03:55:05 +0000 Subject: [PATCH] deploy: de129e2e8e796558945821d3d2cff96aae50e5c8 --- rustdoc/experiment/movement_v2/enum.On.html | 10 +-- .../movement_v2/fn.all_connections.html | 4 +- .../movement_v2/fn.default_connection.html | 2 +- rustdoc/experiment/movement_v2/fn.dr_pl.html | 2 +- rustdoc/experiment/movement_v2/index.html | 4 +- .../experiment/movement_v2/sidebar-items.js | 2 +- .../struct.BuildingsAlongRoad.html | 4 +- .../experiment/movement_v2/struct.Player.html | 6 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/geom/angle/index.html | 2 +- rustdoc/geom/angle/struct.Angle.html | 27 +++--- rustdoc/geom/struct.Angle.html | 27 +++--- rustdoc/search-index.js | 22 ++--- rustdoc/src/experiment/movement_v2.rs.html | 86 +++++++++++-------- .../game-f38555f90777146b/out/built.rs.html | 2 +- rustdoc/src/geom/angle.rs.html | 18 ++-- 16 files changed, 118 insertions(+), 102 deletions(-) diff --git a/rustdoc/experiment/movement_v2/enum.On.html b/rustdoc/experiment/movement_v2/enum.On.html index 9b8adf9993..5c43eae1aa 100644 --- a/rustdoc/experiment/movement_v2/enum.On.html +++ b/rustdoc/experiment/movement_v2/enum.On.html @@ -1,7 +1,7 @@ experiment::movement_v2::On - Rust

[][src]Enum experiment::movement_v2::On

enum On {
+                Change settings

[][src]Enum experiment::movement_v2::On

enum On {
     Road {
         dr: DirectedRoadID,
         dist: Distance,
@@ -14,12 +14,12 @@
     },
 }

Variants

-
Road

Fields of Road

dr: DirectedRoadIDdist: Distancenext_road: DirectedRoadID
Intersection

Fields of Intersection

from: DirectedRoadIDto: DirectedRoadIDdist: Distance

Implementations

impl On[src]

fn pl(&self, app: &SimpleApp<Session>) -> PolyLine[src]

fn get_pos(&self, app: &SimpleApp<Session>) -> (Pt2D, Angle)[src]

Trait Implementations

impl Clone for On[src]