Class CAMediaTimingFunction

CPObject
    extended byCAMediaTimingFunction

@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

Methods inherited from class CPObject
initialize, alloc, class, instanceMethodForSelector, instancesRespondToSelector, isSubclassOfClass, load, new, setVersion, superclass, version, init, autorelease, awakeAfterUsingCoder, class, classForCoder, classForKeyedArchiver, className, copy, dealloc, description, doesNotRecognizeSelector, forwardInvocation, hash, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableCopy, performSelector, performSelector, performSelector, release, replacementObjectForArchiver, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, retain, self, superclass


Method Detail

functionWithControlPoints

+(id)functionWithControlPoints:(float)c1x :(float)c1y :(float)c2x :(float)c2y
Parameters:
c1x
c1y
c2x
c2y

functionWithName

+(id)functionWithName:(CPString)aName
Parameters:
aName

initWithControlPoints

-(id)initWithControlPoints:(float)c1x :(float)c1y :(float)c2x :(float)c2y
Parameters:
c1x
c1y
c2x
c2y

getControlPointAtIndex

-(void)getControlPointAtIndex:(unsigned)anIndex values:(float[2])reference
Parameters:
anIndex
reference

Created on Sat Sep 13 14:15:43 PDT 2008