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 Aug 26 2025 06:35:00 GMT-0900 (Hawaii-Aleutian Daylight Time)