Click or drag to resize

ILaneChangeStrategy Interface

[This is preliminary documentation and is subject to change.]

Strategy to encapsulate the lane changing of a vehicle

Namespace:  TrafficSimulation.Simulation.Engine.VehicleHandling
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface ILaneChangeStrategy

The ILaneChangeStrategy type exposes the following members.

Methods
  NameDescription
Public methodChangeLane
Changes the lane.
Public methodShouldChangeLange
Determines if a vehicle shoud change the lane.
Top
See Also