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