I'm curious how I would use an if statement to see if a CGVector
variable is nil, as objects are done like so:
if (!object){
//Do This
}
But with CGVector
it's not an object (As I know of). How would I determine if my CGVector
variable is nil?