NUIKit / CGSInternal

A collection of private CoreGraphics and SkyLight routines.
188 stars 32 forks source link

CGSWarpPoint isn't correctly defined #4

Open avaidyam opened 6 years ago

avaidyam commented 6 years ago

CGSWarpPoint is actually not composed of CGPoint's, but a structure of floats that resembles it:

typedef struct {
    float x;
    float y;
} CGSMeshPoint;