Public Member Functions | |
(id) | - initWithControlPoints:::: [implementation] |
(void) | - getControlPointAtIndex:values: [implementation] |
Static Public Member Functions | |
(id) | + functionWithName: [implementation] |
(id) | + functionWithControlPoints:::: [implementation] |
Definition at line 35 of file CAMediaTimingFunction.j.
+ (id) functionWithControlPoints: | (float) | c1x | ||
: | (float) | c1y | ||
: | (float) | c2x | ||
: | (float) | c2y | ||
[implementation] |
Definition at line 58 of file CAMediaTimingFunction.j.
+ (id) functionWithName: | (CPString) | aName | [implementation] |
Definition at line 43 of file CAMediaTimingFunction.j.
- (void) getControlPointAtIndex: | (unsigned) | anIndex | ||
values: | (float[2]) | reference | ||
[implementation] |
Definition at line 78 of file CAMediaTimingFunction.j.
- (id) initWithControlPoints: | (float) | c1x | ||
: | (float) | c1y | ||
: | (float) | c2x | ||
: | (float) | c2y | ||
[implementation] |
Definition at line 63 of file CAMediaTimingFunction.j.