Blender  V2.93
Functions
BKE_anim_path.h File Reference

Go to the source code of this file.

Functions

int BKE_anim_path_get_array_size (const struct CurveCache *curve_cache)
 
float BKE_anim_path_get_length (const struct CurveCache *curve_cache)
 
void BKE_anim_path_calc_data (struct Object *ob)
 
bool BKE_where_on_path (const struct Object *ob, float ctime, float r_vec[4], float r_dir[3], float r_quat[4], float *r_radius, float *r_weight)
 

Function Documentation

◆ BKE_anim_path_calc_data()

void BKE_anim_path_calc_data ( struct Object ob)

◆ BKE_anim_path_get_array_size()

int BKE_anim_path_get_array_size ( const struct CurveCache curve_cache)

Referenced by position_tail_on_spline().

◆ BKE_anim_path_get_length()

float BKE_anim_path_get_length ( const struct CurveCache curve_cache)

◆ BKE_where_on_path()

bool BKE_where_on_path ( const struct Object ob,
float  ctime,
float  r_vec[4],
float  r_dir[3],
float  r_quat[4],
float r_radius,
float r_weight 
)