|
Blender V4.3
|
Public Attributes | |
| HeapSimple * | states |
| float | matrix [3][3] |
| float | axis_sep |
| BMesh * | bm_bmoflag |
| BMVert * | v_pair [2] |
| BLI_mempool * | link_pool |
Definition at line 81 of file bmo_connect_pair.cc.
| float PathContext::axis_sep |
Definition at line 84 of file bmo_connect_pair.cc.
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 87 of file bmo_connect_pair.cc.
Referenced by bmo_connect_vert_pair_exec().
| BLI_mempool* PathContext::link_pool |
Definition at line 91 of file bmo_connect_pair.cc.
Referenced by bmo_connect_vert_pair_exec(), and state_link_add().
| float PathContext::matrix[3][3] |
Definition at line 83 of file bmo_connect_pair.cc.
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 82 of file bmo_connect_pair.cc.
Referenced by bmo_connect_vert_pair_exec(), and state_link_add_test().
| BMVert* PathContext::v_pair[2] |
Definition at line 89 of file bmo_connect_pair.cc.
Referenced by bmo_connect_vert_pair_exec().