Blender  V3.3
Public Attributes | List of all members
TransformBounds Struct Reference

#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]
 

Detailed Description

Definition at line 174 of file ED_transform.h.

Member Data Documentation

◆ axis

float TransformBounds::axis[3][3]

◆ axis_max

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().

◆ axis_min

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().

◆ center

float TransformBounds::center[3]

◆ matrix_space

float TransformBounds::matrix_space[4][4]

◆ max

float TransformBounds::max[3]

◆ min

float TransformBounds::min[3]

◆ use_matrix_space

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().


The documentation for this struct was generated from the following file: