Skip to content

Instantly share code, notes, and snippets.

@gmodecorp
Last active August 29, 2015 14:05
Show Gist options
  • Save gmodecorp/4b16f3278fe8a0b55b36 to your computer and use it in GitHub Desktop.
Save gmodecorp/4b16f3278fe8a0b55b36 to your computer and use it in GitHub Desktop.
#define CCAncherLT ( CCPointMake(0.f, 1.f) )
#define CCAncherCT ( CCPointMake(0.5f, 1.f) )
#define CCAncherRT ( CCPOne )
#define CCAncherLC ( CCPointMake(0.f, 0.5f) )
#define CCAncherCC ( CCPHalf )
#define CCAncherRC ( CCPointMake(1.f, 0.5f) )
#define CCAncherLB ( CCPZero )
#define CCAncherCB ( CCPointMake(0.5f, 0.f) )
#define CCAncherRB ( CCPointMake(1.f, 0.f) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment