CoreGraphicsExtensions

main

Common Operator Overloading
heestand-xyz/CoreGraphicsExtensions

Core Graphics Extensions

let point = CGPoint(x: 1.0, y: 1.0)
let size = CGSize(width: 2.0, height: 2.0)
let combo: CGPoint = point + size
// CGPoint(x: 3.0, y: 3.0)

Description

  • Swift Tools 6.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed May 14 2025 16:58:27 GMT-0900 (Hawaii-Aleutian Daylight Time)