Blender
V3.3
|
#include <DNA_curve_types.h>
Public Attributes | |
float | vec [3] |
float | tilt |
float | radius |
float | weight |
float | offset |
float | sina |
float | cosa |
float | dir [3] |
float | tan [3] |
float | quat [4] |
short | dupe_tag |
Definition at line 35 of file DNA_curve_types.h.
float BevPoint::cosa |
Definition at line 38 of file DNA_curve_types.h.
Referenced by evaluate_curve_type_object(), make_bevel_list_2D(), make_bevel_list_segment_2D(), and rotateBevelPiece().
float BevPoint::dir[3] |
3D Only.
Definition at line 40 of file DNA_curve_types.h.
Referenced by bevel_list_apply_tilt(), bevel_list_calc_bisect(), bevel_list_smooth(), bevlist_firstlast_direction_calc_from_bpoint(), BKE_curve_bevelList_make(), curve_create_edit_curves_nor(), evaluate_curve_type_object(), make_bevel_list_2D(), make_bevel_list_3D_minimum_twist(), make_bevel_list_3D_tangent(), make_bevel_list_3D_zup(), make_bevel_list_segment_3D(), and minimum_twist_between_two_points().
short BevPoint::dupe_tag |
Definition at line 41 of file DNA_curve_types.h.
Referenced by BKE_curve_bevelList_make().
float BevPoint::offset |
Definition at line 36 of file DNA_curve_types.h.
Referenced by BKE_curve_bevelList_make(), and calc_bevfac_spline_mapping().
float BevPoint::quat[4] |
Definition at line 40 of file DNA_curve_types.h.
Referenced by bevel_list_apply_tilt(), bevel_list_smooth(), BKE_curve_bevelList_make(), BKE_where_on_path(), curve_create_edit_curves_nor(), make_bevel_list_2D(), make_bevel_list_3D_minimum_twist(), make_bevel_list_3D_tangent(), make_bevel_list_3D_zup(), make_bevel_list_segment_3D(), minimum_twist_between_two_points(), and rotateBevelPiece().
float BevPoint::radius |
Definition at line 36 of file DNA_curve_types.h.
Referenced by BKE_curve_bevelList_make(), BKE_where_on_path(), curve_create_edit_curves_nor(), evaluate_curve_type_object(), and position_tail_on_spline().
float BevPoint::sina |
2D Only.
Definition at line 38 of file DNA_curve_types.h.
Referenced by evaluate_curve_type_object(), make_bevel_list_2D(), make_bevel_list_segment_2D(), and rotateBevelPiece().
float BevPoint::tan[3] |
Definition at line 40 of file DNA_curve_types.h.
Referenced by bevel_list_flip_tangents(), BKE_curve_bevelList_make(), and make_bevel_list_3D_tangent().
float BevPoint::tilt |
Definition at line 36 of file DNA_curve_types.h.
Referenced by bevel_list_apply_tilt(), BKE_curve_bevelList_make(), BKE_where_on_path(), and make_bevel_list_segment_3D().
float BevPoint::vec[3] |
Definition at line 36 of file DNA_curve_types.h.
Referenced by bevel_list_calc_bisect(), bevelinside(), BKE_anim_path_calc_data(), BKE_curve_bevelList_make(), BKE_where_on_path(), curve_create_edit_curves_nor(), evaluate_curve_type_object(), make_bevel_list_2D(), make_bevel_list_segment_2D(), make_bevel_list_segment_3D(), position_tail_on_spline(), and rotateBevelPiece().
float BevPoint::weight |
Definition at line 36 of file DNA_curve_types.h.
Referenced by BKE_curve_bevelList_make(), and BKE_where_on_path().