#import <IntervalAction.h>
Protected Attributes | |
| CGPoint | startPosition |
| startPosition of the bezier | |
| CGPoint | endPosition |
| end position of the bezier | |
| CGPoint | controlPoint_1 |
| Bezier control point 1. | |
| CGPoint | controlPoint_2 |
| Bezier control point 2. | |
- (CGPoint) controlPoint_1 [protected] |
Bezier control point 1.
- (CGPoint) controlPoint_2 [protected] |
Bezier control point 2.
- (CGPoint) endPosition [protected] |
end position of the bezier
- (CGPoint) startPosition [protected] |
startPosition of the bezier
1.5.8