Blender
V3.3
|
Public Attributes | |
HeapSimple * | states |
float | matrix [3][3] |
float | axis_sep |
BMesh * | bm_bmoflag |
BMVert * | v_a |
BMVert * | v_b |
BLI_mempool * | link_pool |
Definition at line 78 of file bmo_connect_pair.c.
float PathContext::axis_sep |
Definition at line 81 of file bmo_connect_pair.c.
Referenced by bmo_connect_vert_pair_exec(), state_calc_co_pair_fac(), state_isect_co_exact(), and state_isect_co_pair().
BMesh* PathContext::bm_bmoflag |
Definition at line 84 of file bmo_connect_pair.c.
Referenced by bmo_connect_vert_pair_exec().
BLI_mempool* PathContext::link_pool |
Definition at line 88 of file bmo_connect_pair.c.
Referenced by bmo_connect_vert_pair_exec(), and state_link_add().
float PathContext::matrix[3][3] |
Definition at line 80 of file bmo_connect_pair.c.
Referenced by bmo_connect_vert_pair_exec(), state_calc_co_pair_fac(), state_isect_co_exact(), and state_isect_co_pair().
HeapSimple* PathContext::states |
Definition at line 79 of file bmo_connect_pair.c.
Referenced by bmo_connect_vert_pair_exec(), and state_link_add_test().
BMVert* PathContext::v_a |
Definition at line 86 of file bmo_connect_pair.c.
Referenced by bmo_connect_vert_pair_exec().
BMVert * PathContext::v_b |
Definition at line 86 of file bmo_connect_pair.c.
Referenced by bmo_connect_vert_pair_exec().