Что означает «ccp» в Cocos2d / Objective-C?

Я все время вижу такую ​​фразу:

//Example one
CGPoint backgroundScrollVel = ccp(-1000, 0);

//Another Example
// 3) Determine relative movement speeds for space dust and background
CGPoint dustSpeed = ccp(0.1, 0.1);
CGPoint bgSpeed = ccp(0.05, 0.05);

Так что же означает ccp? Это собственность CCParallax?

6
задан GPP 14 January 2012 в 02:10
поделиться