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: Sat Jan 31 2026 02:54:23 GMT-1000 (Hawaii-Aleutian Standard Time)