Blender V2.61 - r43446
|
#include <DNA_curve_types.h>
Public Attributes | |
struct PathPoint * | data |
int | len |
float | totdist |
Definition at line 65 of file DNA_curve_types.h.
struct PathPoint* Path::data |
Definition at line 66 of file DNA_curve_types.h.
Referenced by calc_curvepath(), clampto_evaluate(), clampto_get_tarmat(), draw_forcefield(), followpath_get_tarmat(), free_path(), ob_parcurve(), precalculate_effector(), pycon_get_tarmat(), splineik_get_tarmat(), splineik_init_tree_from_pchan(), where_on_path(), and where_on_path_deform().
int Path::len |
Definition at line 67 of file DNA_curve_types.h.
Referenced by calc_curvepath(), where_on_path(), and where_on_path_deform().
float Path::totdist |
Definition at line 68 of file DNA_curve_types.h.
Referenced by arrayModifier_doArray(), BKE_text_to_curve(), calc_curve_deform(), calc_curvepath(), ob_parcurve(), and splineik_init_tree_from_pchan().