|
Blender V4.3
|
Public Attributes | |
| double * | A |
| double * | d1 |
| double * | d2 |
| int | filter_order |
Definition at line 417 of file keyframes_general.cc.
| double* ButterworthCoefficients::A |
Definition at line 418 of file keyframes_general.cc.
Referenced by butterworth_filter_value(), ED_anim_allocate_butterworth_coefficients(), ED_anim_calculate_butterworth_coefficients(), and ED_anim_free_butterworth_coefficients().
| double * ButterworthCoefficients::d1 |
Definition at line 418 of file keyframes_general.cc.
Referenced by butterworth_filter_value(), ED_anim_allocate_butterworth_coefficients(), ED_anim_calculate_butterworth_coefficients(), and ED_anim_free_butterworth_coefficients().
| double * ButterworthCoefficients::d2 |
Definition at line 418 of file keyframes_general.cc.
Referenced by butterworth_filter_value(), ED_anim_allocate_butterworth_coefficients(), ED_anim_calculate_butterworth_coefficients(), and ED_anim_free_butterworth_coefficients().
| int ButterworthCoefficients::filter_order |
Definition at line 419 of file keyframes_general.cc.
Referenced by butterworth_filter_value(), butterworth_smooth_fcurve_segment(), ED_anim_allocate_butterworth_coefficients(), and ED_anim_calculate_butterworth_coefficients().