|
Blender
V3.3
|
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 48 of file uv_parametrizer.c.
| float PVert::co[3] |
Definition at line 59 of file uv_parametrizer.c.
Referenced by GEO_uv_parametrizer_average(), and p_vert_copy().
| struct PEdge* PVert::edge |
Definition at line 58 of file uv_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 61 of file uv_parametrizer.c.
Referenced by p_chart_symmetry_pins(), and p_vert_copy().
| struct PVert* PVert::nextlink |
Definition at line 49 of file uv_parametrizer.c.
| union PVert::PVertUnion PVert::u |
Referenced by p_chart_lscm_solve(), p_edge_implicit_seam(), and p_vert_copy().
| float PVert::uv[2] |
Definition at line 60 of file uv_parametrizer.c.
Referenced by GEO_uv_parametrizer_average(), p_chart_lscm_solve(), p_chart_lscm_transform_single_pin(), p_chart_minimum_area_angle(), p_chart_pin_positions(), and p_vert_copy().