cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
Protected Attributes
ccBezierConfig Struct Reference

#import <CCActionInterval.h>

List of all members.

Protected Attributes

CGPoint endPosition
 end position of the bezier
CGPoint controlPoint_1
 Bezier control point 1.
CGPoint controlPoint_2
 Bezier control point 2.

Detailed Description

bezier configuration structure

Definition at line 244 of file CCActionInterval.h.


Member Data Documentation

- (CGPoint) controlPoint_1 [protected]

Bezier control point 1.

Definition at line 248 of file CCActionInterval.h.

- (CGPoint) controlPoint_2 [protected]

Bezier control point 2.

Definition at line 250 of file CCActionInterval.h.

- (CGPoint) endPosition [protected]

end position of the bezier

Definition at line 246 of file CCActionInterval.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines

cocos2d for iPhone API Reference - Generated using Doxygen 1.7.4