|
Blender
V2.59
|
#include <DNA_object_types.h>
Public Attributes | |
| float | vec [8][3] |
| int | flag |
| int | pad |
The following illustrates the orientation of the bounding box in local space
Z Y | / |/ .-----X
2----------6 /| /| / | / | 1----------5 | | | | | | 3-------|--7 | / | / |/ |/ 0----------4
Definition at line 89 of file DNA_object_types.h.
| int BoundBox::flag |
Definition at line 91 of file DNA_object_types.h.
Referenced by ED_view3d_boundbox_clip(), and object_boundbox_flag().
| int BoundBox::pad |
Definition at line 91 of file DNA_object_types.h.
| float BoundBox::vec[8][3] |
Definition at line 90 of file DNA_object_types.h.
Referenced by boundbox_set_from_min_max(), calc_clipping_plane(), calc_local_clipping(), draw_bb_quadric(), draw_bounding_volume(), ED_view3d_boundbox_clip(), ED_view3d_calc_clipping(), init_meta(), init_metaball_octal_tree(), make_orco_mball(), minmax_object(), minmax_object_duplis(), my_boundbox_mesh(), my_get_local_bounds(), object_get_dimensions(), object_origin_set_exec(), object_set_dimensions(), ray_hit_boundbox(), snapEdge(), subdivide_metaball_octal_node(), TargetSnapClosest(), view3d_boxview_clip(), and view3d_draw_clipping().