Blender V2.61 - r43446
|
#include <DNA_curve_types.h>
Public Attributes | |
float | vec [4] |
float | quat [4] |
float | radius |
float | weight |
Definition at line 56 of file DNA_curve_types.h.
float PathPoint::quat[4] |
Definition at line 58 of file DNA_curve_types.h.
Referenced by calc_curvepath(), where_on_path(), and where_on_path_deform().
float PathPoint::radius |
Definition at line 59 of file DNA_curve_types.h.
Referenced by calc_curvepath(), where_on_path(), and where_on_path_deform().
float PathPoint::vec[4] |
Definition at line 57 of file DNA_curve_types.h.
Referenced by calc_curvepath(), where_on_path(), and where_on_path_deform().
float PathPoint::weight |
Definition at line 59 of file DNA_curve_types.h.
Referenced by calc_curvepath(), and where_on_path().