cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
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


Member Data Documentation

- (CGPoint) controlPoint_1 [protected]

Bezier control point 1.

- (CGPoint) controlPoint_2 [protected]

Bezier control point 2.

- (CGPoint) endPosition [protected]

end position of the bezier


The documentation for this struct was generated from the following file: