Purpose of negative CGSize values

312 views Asked by At

Been reading the docs and found out that CGSize can take in negative values since it's more of a "vector" representation.

What's the purpose of this? Not saying that vectors can't be negatives, but what could the real world examples be that one would come across CGSize having negative width or height?

Note: Especially when there is already another data structure called CGVector

0

There are 0 answers