import SwiftUI class TheRoad { private var path = Path() private var point = CGPoint(x: 0, y: 150) func roadBuilder() -> Path { path.move(to: po