|
Blender
V2.59
|
Go to the source code of this file.
Functions | |
| void | BLI_initjit (float *jitarr, int num) |
| void | BLI_jitterate1 (float *jit1, float *jit2, int num, float rad1) |
| void | BLI_jitterate2 (float *jit1, float *jit2, int num, float rad2) |
Definition in file BLI_jitter.h.
| void BLI_initjit | ( | float * | jitarr, |
| int | num | ||
| ) |
Definition at line 143 of file jitter.c.
References BLI_drand(), BLI_jitterate1(), BLI_jitterate2(), BLI_srand(), i, MEM_freeN(), MEM_mallocN(), and sqrt().
Referenced by give_jitter_tab(), init_render_jit(), and RE_zbuf_accumulate_vecblur().
| void BLI_jitterate1 | ( | float * | jit1, |
| float * | jit2, | ||
| int | num, | ||
| float | rad1 | ||
| ) |
Definition at line 45 of file jitter.c.
References fabs(), i, and sqrt().
Referenced by BLI_initjit(), and init_mv_jit().
| void BLI_jitterate2 | ( | float * | jit1, |
| float * | jit2, | ||
| int | num, | ||
| float | rad2 | ||
| ) |
Definition at line 103 of file jitter.c.
Referenced by BLI_initjit(), and init_mv_jit().