Blender V2.61 - r43446
|
#include <DNA_curve_types.h>
Public Attributes | |
float | vec [3] |
float | alfa |
float | radius |
float | weight |
float | sina |
float | cosa |
float | dir [3] |
float | tan [3] |
float | quat [4] |
short | split_tag |
short | dupe_tag |
Definition at line 83 of file DNA_curve_types.h.
float BevPoint::alfa |
Definition at line 84 of file DNA_curve_types.h.
Referenced by bevel_list_apply_tilt(), calc_curvepath(), make_bevel_list_segment_3D(), and makeBevelList().
float BevPoint::cosa |
Definition at line 85 of file DNA_curve_types.h.
Referenced by do_makeDispListCurveTypes(), and makeBevelList().
float BevPoint::dir[3] |
Definition at line 86 of file DNA_curve_types.h.
Referenced by bevel_list_apply_tilt(), bevel_list_calc_bisect(), bevel_list_cyclic_fix_3D(), bevel_list_smooth(), drawnurb(), make_bevel_list_3D_minimum_twist(), make_bevel_list_3D_tangent(), make_bevel_list_3D_zup(), make_bevel_list_segment_3D(), and makeBevelList().
short BevPoint::dupe_tag |
Definition at line 87 of file DNA_curve_types.h.
Referenced by makeBevelList().
float BevPoint::quat[4] |
Definition at line 86 of file DNA_curve_types.h.
Referenced by bevel_list_apply_tilt(), bevel_list_cyclic_fix_3D(), bevel_list_smooth(), calc_curvepath(), do_makeDispListCurveTypes(), drawnurb(), make_bevel_list_3D_minimum_twist(), make_bevel_list_3D_tangent(), make_bevel_list_3D_zup(), make_bevel_list_segment_3D(), and makeBevelList().
float BevPoint::radius |
Definition at line 84 of file DNA_curve_types.h.
Referenced by calc_curvepath(), do_makeDispListCurveTypes(), drawnurb(), and makeBevelList().
float BevPoint::sina |
Definition at line 85 of file DNA_curve_types.h.
Referenced by do_makeDispListCurveTypes(), and makeBevelList().
short BevPoint::split_tag |
Definition at line 87 of file DNA_curve_types.h.
Referenced by do_makeDispListCurveTypes(), and makeBevelList().
float BevPoint::tan[3] |
Definition at line 86 of file DNA_curve_types.h.
Referenced by bevel_list_cyclic_fix_3D(), bevel_list_flip_tangents(), make_bevel_list_3D_tangent(), and makeBevelList().
float BevPoint::vec[3] |
Definition at line 84 of file DNA_curve_types.h.
Referenced by bevel_list_calc_bisect(), bevelinside(), calc_curvepath(), do_makeDispListCurveTypes(), drawnurb(), make_bevel_list_3D_zup(), make_bevel_list_segment_3D(), and makeBevelList().
float BevPoint::weight |
Definition at line 84 of file DNA_curve_types.h.
Referenced by calc_curvepath(), and makeBevelList().