IntersectionInfo constructor

IntersectionInfo({
  1. required PointD point,
  2. required double distance,
})

Implementation

IntersectionInfo({required this.point, required this.distance});