#include <spring_animation.h>
Instance Methods | |
| (instancetype) | - initWithStiffness:damping:mass:initialVelocity:fromValue:toValue: |
| (double) | - curveFunction: |
Properties | |
| double | stiffness |
| double | damping |
| double | mass |
| double | initialVelocity |
| double | fromValue |
| double | toValue |
Definition at line 23 of file spring_animation.h.
| - (double) curveFunction: | (double) | t |
Definition at line 20 of file spring_animation.mm.
References damping, fromValue, initialVelocity, mass, self, stiffness, and toValue.
| - (instancetype) initWithStiffness: | (double) | stiffness | |
| damping: | (double) | damping | |
| mass: | (double) | mass | |
| initialVelocity: | (double) | initialVelocity | |
| fromValue: | (double) | fromValue | |
| toValue: | (double) | toValue | |
Definition at line 20 of file spring_animation.mm.
|
readnonatomicassign |
Definition at line 35 of file spring_animation.h.
Referenced by curveFunction:, and TEST().
|
readwritenonatomicassign |
Definition at line 38 of file spring_animation.h.
Referenced by curveFunction:, TEST(), TEST(), and TEST().
|
readnonatomicassign |
Definition at line 37 of file spring_animation.h.
Referenced by curveFunction:, and TEST().
|
readnonatomicassign |
Definition at line 36 of file spring_animation.h.
Referenced by curveFunction:, and TEST().
|
readnonatomicassign |
Definition at line 34 of file spring_animation.h.
Referenced by curveFunction:, and TEST().
|
readwritenonatomicassign |
Definition at line 39 of file spring_animation.h.
Referenced by curveFunction:, TEST(), TEST(), and TEST().