|
Blender
V2.93
|
#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] |
Definition at line 175 of file ED_transform.h.
| float TransformBounds::axis[3][3] |
Definition at line 180 of file ED_transform.h.
Referenced by calc_tw_center(), ED_transform_calc_gizmo_stats(), gizmo_mesh_extrude_refresh(), WIDGETGROUP_gizmo_draw_prepare(), WIDGETGROUP_gizmo_invoke_prepare(), WIDGETGROUP_gizmo_refresh(), WIDGETGROUP_tool_generic_refresh(), and WIDGETGROUP_xform_shear_refresh().
| float TransformBounds::axis_max[3] |
Definition at line 181 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 181 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 176 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::max[3] |
Definition at line 177 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 177 of file ED_transform.h.
Referenced by calc_tw_center(), ED_transform_calc_gizmo_stats(), gizmo_prepare_mat(), and reset_tw_center().