Skip to main content

best_candidate

Function best_candidate 

Source
pub fn best_candidate(
    self_idx: usize,
    peds: &[Pedestrian],
    walls: &[WallSegment],
    params: &Params,
    stride: f64,
) -> Vec2
Expand description

Returns the best candidate position for pedestrian self_idx.