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

Public Attributes

HeapSimplestates
 
float matrix [3][3]
 
float axis_sep
 
BMeshbm_bmoflag
 
BMVertv_a
 
BMVertv_b
 
BLI_mempoollink_pool
 

Detailed Description

Definition at line 78 of file bmo_connect_pair.c.

Member Data Documentation

◆ axis_sep

float PathContext::axis_sep

◆ bm_bmoflag

BMesh* PathContext::bm_bmoflag

Definition at line 84 of file bmo_connect_pair.c.

Referenced by bmo_connect_vert_pair_exec().

◆ link_pool

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

◆ matrix

float PathContext::matrix[3][3]

◆ states

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

◆ v_a

BMVert* PathContext::v_a

Definition at line 86 of file bmo_connect_pair.c.

Referenced by bmo_connect_vert_pair_exec().

◆ v_b

BMVert * PathContext::v_b

Definition at line 86 of file bmo_connect_pair.c.

Referenced by bmo_connect_vert_pair_exec().


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