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: Tue Nov 04 2025 18:47:10 GMT-1000 (Hawaii-Aleutian Standard Time)