#import <CocosDenshion.h>
|
| (float) | - interpolate: |
| | Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end. More...
|
| |
| var | - interpolate: |
| | Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end. More...
|
| |
| local | - interpolate: |
| | Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end. More...
|
| |
| (id) | - init:startVal:endVal: |
| var | - init:startVal:endVal: |
| local | - init:startVal:endVal: |
| (float) | - interpolate: |
| | Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end. More...
|
| |
| var | - interpolate: |
| | Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end. More...
|
| |
| local | - interpolate: |
| | Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end. More...
|
| |
| (id) | - init:startVal:endVal: |
| - (id) init: |
|
var |
type |
| startVal: |
|
var |
startVal |
| endVal: |
|
var |
endVal |
|
|
| |
| - (id) init: |
|
local |
type |
| startVal: |
|
local |
startVal |
| endVal: |
|
local |
endVal |
|
|
| |
| - (id) init: |
|
var |
type |
| startVal: |
|
var |
startVal |
| endVal: |
|
var |
endVal |
|
|
| |
| - (id) init: |
|
local |
type |
| startVal: |
|
local |
startVal |
| endVal: |
|
local |
endVal |
|
|
| |
| - (float) interpolate: |
|
(float) |
t |
|
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
| - (float) interpolate: |
|
var |
t |
|
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
| - (float) interpolate: |
|
local |
t |
|
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
| - (float) interpolate: |
|
(float) |
t |
|
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
| - (float) interpolate: |
|
var |
t |
|
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
| - (float) interpolate: |
|
local |
t |
|
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
The documentation for this class was generated from the following file: