Esempio n. 1
0
 public SafePathResult(bool isSafe, FoundIntersection intersection)
 {
     Intersection = intersection;
     IsSafe = isSafe;
 }
Esempio n. 2
0
 public SafePathResult(bool isSafe, FoundIntersection intersection)
 {
     Intersection = intersection;
     IsSafe       = isSafe;
 }