Blender V2.61 - r43446
|
Public Attributes | |
struct SmoothNode * | c1 |
struct SmoothNode * | c2 |
SmoothTriangle ** | tri |
float | split |
int | axis |
int | ntri |
Definition at line 3562 of file uvedit_parametrizer.c.
int SmoothNode::axis |
Definition at line 3566 of file uvedit_parametrizer.c.
Referenced by p_node_intersect(), and p_node_new().
struct SmoothNode* SmoothNode::c1 |
Definition at line 3563 of file uvedit_parametrizer.c.
Referenced by p_node_delete(), p_node_intersect(), and p_node_new().
struct SmoothNode * SmoothNode::c2 |
Definition at line 3563 of file uvedit_parametrizer.c.
Referenced by p_node_delete(), p_node_intersect(), and p_node_new().
int SmoothNode::ntri |
Definition at line 3566 of file uvedit_parametrizer.c.
Referenced by p_node_intersect(), and p_node_new().
float SmoothNode::split |
Definition at line 3565 of file uvedit_parametrizer.c.
Referenced by p_node_intersect(), and p_node_new().
Definition at line 3564 of file uvedit_parametrizer.c.
Referenced by p_node_delete(), p_node_intersect(), p_node_new(), and p_smooth().