pub fn wall_avoidance(agent: &SteeringAgent, walls: &[(Vec2, Vec2)]) -> Vec2Expand description
Wall avoidance: steer away from line-segment walls (a, b).
pub fn wall_avoidance(agent: &SteeringAgent, walls: &[(Vec2, Vec2)]) -> Vec2Wall avoidance: steer away from line-segment walls (a, b).