CollisionDetection constructor
- IntersectionSystem? system,
Implementation
CollisionDetection({
IntersectionSystem? system,
}) : system = system ?? const StandardIntersectionSystem();
CollisionDetection({
IntersectionSystem? system,
}) : system = system ?? const StandardIntersectionSystem();