public SafePathResult(bool isSafe, FoundIntersection intersection) { this.IsSafe = isSafe; this.Intersection = intersection; }
public SafePathResult(bool isSafe, FoundIntersection intersection) { IsSafe = isSafe; Intersection = intersection; }