import Swift2D public extension Point { var coreGraphicsDescription: String { "CGPoint(x: \(x), y: \(y))" } }