![]() |
API 0.9.5
|
#import <CAMediaTimingFunction.h>
Inheritance diagram for CAMediaTimingFunction:Instance Methods | |
| (void) | - getControlPointAtIndex:values: |
| (id) | - initWithControlPoints:::: |
Class Methods | |
| (id) | + functionWithControlPoints:::: |
| (id) | + functionWithName: |
Definition at line 2 of file CAMediaTimingFunction.h.
| + (id) functionWithControlPoints: | (float) | c1x | |
| : | (float) | c1y | |
| : | (float) | c2x | |
| : | (float) | c2y | |
Definition at line 55 of file CAMediaTimingFunction.j.
| + (id) functionWithName: | (CPString) | aName |
Definition at line 40 of file CAMediaTimingFunction.j.
| - (void) getControlPointAtIndex: | (unsigned) | anIndex | |
| values: | (float[2]) | reference | |
Definition at line 75 of file CAMediaTimingFunction.j.
| - (id) initWithControlPoints: | (float) | c1x | |
| : | (float) | c1y | |
| : | (float) | c2x | |
| : | (float) | c2y | |
Definition at line 60 of file CAMediaTimingFunction.j.