|
Blender
V2.93
|
Classes | |
| union | PVertUnion |
Public Attributes | |
| struct PVert * | nextlink |
| union PVert::PVertUnion | u |
| struct PEdge * | edge |
| float | co [3] |
| float | uv [2] |
| uchar | flag |
Definition at line 81 of file uvedit_parametrizer.c.
| float PVert::co[3] |
Definition at line 92 of file uvedit_parametrizer.c.
Referenced by p_vert_copy().
| struct PEdge* PVert::edge |
Definition at line 91 of file uvedit_parametrizer.c.
Referenced by p_chart_boundaries(), p_chart_fill_boundaries(), p_chart_fill_boundary(), p_connect_pairs(), and p_vert_copy().
| uchar PVert::flag |
Definition at line 94 of file uvedit_parametrizer.c.
Referenced by p_chart_symmetry_pins(), and p_vert_copy().
| struct PVert* PVert::nextlink |
Definition at line 82 of file uvedit_parametrizer.c.
| union PVert::PVertUnion PVert::u |
Referenced by p_chart_lscm_solve(), p_edge_implicit_seam(), p_smooth(), and p_vert_copy().
| float PVert::uv[2] |
Definition at line 93 of file uvedit_parametrizer.c.
Referenced by p_chart_lscm_solve(), p_chart_lscm_transform_single_pin(), p_chart_minimum_area_angle(), p_chart_pin_positions(), p_smooth(), and p_vert_copy().