CPObjectCAMediaTimingFunction
@implementation CAMediaTimingFunction : CPObject
Method Summary | |
---|---|
+(id) | functionWithControlPoints:(float)c1x :(float)c1y :(float)c2x :(float)c2y |
+(id) | functionWithName:(CPString)aName |
-(id) | initWithControlPoints:(float)c1x :(float)c1y :(float)c2x :(float)c2y |
-(void) | getControlPointAtIndex:(unsigned)anIndex values:(float[2])reference |
Method Detail |
---|
+(id)functionWithControlPoints:(float)c1x :(float)c1y :(float)c2x :(float)c2y
c1x
c1y
c2x
c2y
+(id)functionWithName:(CPString)aName
aName
-(id)initWithControlPoints:(float)c1x :(float)c1y :(float)c2x :(float)c2y
c1x
c1y
c2x
c2y
-(void)getControlPointAtIndex:(unsigned)anIndex values:(float[2])reference
anIndex
reference
Created on Sat Sep 13 14:15:43 PDT 2008