|
Blender
V3.3
|
#include <DNA_anim_types.h>
Public Attributes | |
| float * | coefficients |
| unsigned int | arraysize |
| int | poly_order |
| int | mode |
| int | flag |
Definition at line 107 of file DNA_anim_types.h.
| unsigned int FMod_Generator::arraysize |
Size of the coefficients array.
Definition at line 112 of file DNA_anim_types.h.
| float* FMod_Generator::coefficients |
Coefficients array.
Definition at line 110 of file DNA_anim_types.h.
Referenced by fcm_generator_copy(), and followpath_path_animate_exec().
| int FMod_Generator::flag |
Settings.
Definition at line 120 of file DNA_anim_types.h.
| int FMod_Generator::mode |
Which 'generator' to use eFMod_Generator_Modes.
Definition at line 117 of file DNA_anim_types.h.
| int FMod_Generator::poly_order |
Order of polynomial generated (i.e. 1 for linear, 2 for quadratic).
Definition at line 115 of file DNA_anim_types.h.