| 355 | } |
| 356 | |
| 357 | void xAnimTempTransitionInit(U32 count) |
| 358 | { |
| 359 | xMemPoolSetup(&sxAnimTempTranPool, xMemAllocSize(count * sizeof(xAnimTransition)), 0, 0, NULL, |
| 360 | sizeof(xAnimTransition), count, count / 2); |
| 361 | } |
| 362 | |
| 363 | #ifndef INLINE |
| 364 | float atan2f(float y, float x) |
no test coverage detected