Blender
V3.3
|
#include <ED_transform.h>
Public Attributes | |
float | center [3] |
float | min [3] |
float | max [3] |
float | axis [3][3] |
float | axis_min [3] |
float | axis_max [3] |
bool | use_matrix_space |
float | matrix_space [4][4] |
Definition at line 174 of file ED_transform.h.
float TransformBounds::axis[3][3] |
Definition at line 179 of file ED_transform.h.
Referenced by calc_tw_center(), ED_transform_calc_gizmo_stats(), gizmo_mesh_extrude_refresh(), gizmo_modal(), WIDGETGROUP_gizmo_draw_prepare(), WIDGETGROUP_gizmo_invoke_prepare(), WIDGETGROUP_tool_generic_refresh(), and WIDGETGROUP_xform_shear_refresh().
float TransformBounds::axis_max[3] |
Definition at line 180 of file ED_transform.h.
Referenced by calc_tw_center(), ED_transform_calc_gizmo_stats(), and reset_tw_center().
float TransformBounds::axis_min[3] |
Definition at line 180 of file ED_transform.h.
Referenced by calc_tw_center(), ED_transform_calc_gizmo_stats(), and reset_tw_center().
float TransformBounds::center[3] |
Definition at line 175 of file ED_transform.h.
Referenced by calc_tw_center(), ED_transform_calc_gizmo_stats(), gizmo_mesh_extrude_refresh(), gizmo_prepare_mat(), reset_tw_center(), and WIDGETGROUP_tool_generic_refresh().
float TransformBounds::matrix_space[4][4] |
Definition at line 187 of file ED_transform.h.
Referenced by ED_transform_calc_gizmo_stats(), and WIDGETGROUP_xform_cage_refresh().
float TransformBounds::max[3] |
Definition at line 176 of file ED_transform.h.
Referenced by calc_tw_center(), ED_transform_calc_gizmo_stats(), gizmo_prepare_mat(), and reset_tw_center().
float TransformBounds::min[3] |
Definition at line 176 of file ED_transform.h.
Referenced by calc_tw_center(), ED_transform_calc_gizmo_stats(), gizmo_prepare_mat(), and reset_tw_center().
bool TransformBounds::use_matrix_space |
When TransformCalcParams.use_local_axis is used. This is the local space matrix the caller may need to access.
Definition at line 186 of file ED_transform.h.
Referenced by ED_transform_calc_gizmo_stats(), and WIDGETGROUP_xform_cage_refresh().