Is there an appropriate structure provided in the Apple foundation kits to represent discrete coordinate systems? I know I can just use the integral component of NSPoint and by convention keep it discrete, or even define my own.
However if there is one already which is typed correctly I would prefer that and avoid implicit / explicit type nastiness.