|
Blender V4.3
|
#include <DNA_anim_types.h>
Public Attributes | |
| float | vec [2] |
| int | flag |
| char | _pad [4] |
FPoint (fpt)
This is the bare-minimum data required storing motion samples. Should be more efficient than using BPoints, which contain a lot of other unnecessary data...
Definition at line 582 of file DNA_anim_types.h.
| char FPoint::_pad[4] |
Definition at line 587 of file DNA_anim_types.h.
| int FPoint::flag |
Selection info.
Definition at line 586 of file DNA_anim_types.h.
| float FPoint::vec[2] |
Time + value.
Definition at line 584 of file DNA_anim_types.h.
Referenced by BKE_fcurve_calc_range(), calculate_fpt_bounds(), create_ghost_curves(), draw_fcurve_curve_samples(), draw_fcurve_samples(), fcm_cycles_time(), blender::bke::greasepencil::convert::fcurve_convert_thickness_cb(), fcurve_eval_samples(), fcurve_samples_to_keyframes(), fcurve_scene_coord_range_get(), fcurve_store_samples(), SEQ_offset_animdata(), and test_time_fcurve().