Blender
V3.3
|
#include <pbvh_intern.h>
Public Attributes | |
float | bmin [3] |
float | bmax [3] |
float | bcentroid [3] |
Definition at line 26 of file pbvh_intern.h.
float BBC::bcentroid[3] |
Definition at line 27 of file pbvh_intern.h.
Referenced by BBC_update_centroid(), BKE_pbvh_build_grids(), BKE_pbvh_build_mesh(), build_sub(), partition_indices(), pbvh_bmesh_node_limit_ensure_fast(), and pbvh_bmesh_node_split().
float BBC::bmax[3] |
Definition at line 27 of file pbvh_intern.h.
Referenced by BBC_update_centroid().
float BBC::bmin[3] |
Definition at line 27 of file pbvh_intern.h.
Referenced by BBC_update_centroid().