Blender V2.61 - r43446
|
Public Attributes | |
struct PathEdge * | next |
struct PathEdge * | prev |
int | v |
float | w |
Definition at line 5220 of file editmesh_tools.c.
struct PathEdge* PathEdge::next |
Definition at line 5221 of file editmesh_tools.c.
Referenced by select_vertex_path_exec().
struct PathEdge * PathEdge::prev |
Definition at line 5221 of file editmesh_tools.c.
Referenced by select_vertex_path_exec().
int PathEdge::v |
Definition at line 5222 of file editmesh_tools.c.
Referenced by select_vertex_path_exec().
float PathEdge::w |
Definition at line 5223 of file editmesh_tools.c.
Referenced by select_vertex_path_exec().