pub fn best_candidate(
self_idx: usize,
peds: &[Pedestrian],
walls: &[WallSegment],
params: &Params,
stride: f64,
) -> Vec2Expand description
Returns the best candidate position for pedestrian self_idx.
pub fn best_candidate(
self_idx: usize,
peds: &[Pedestrian],
walls: &[WallSegment],
params: &Params,
stride: f64,
) -> Vec2Returns the best candidate position for pedestrian self_idx.