Determines if a vehicle may cross the intersection.
Determines if a vehicle may cross the intersection.
public bool MayCross(ILane,ILane);
Determines if a vehicle with the specified route may cross the intersection.
public bool MayCross(InternalRoute);
Intersection Class | CBPRS.Infrastructure Namespace