import Foundation

struct Corner {
  let x: Double
  let y: Double
}
