Blender V2.61 - r43446
|
Classes | |
union | PVertUnion |
Public Attributes | |
struct PVert * | nextlink |
union PVert::PVertUnion | u |
struct PEdge * | edge |
float * | co |
float | uv [2] |
unsigned char | flag |
Definition at line 83 of file uvedit_parametrizer.c.
float* PVert::co |
Definition at line 94 of file uvedit_parametrizer.c.
Referenced by p_chart_extrema_verts(), p_edge_boundary_angle(), p_edge_length(), p_face_angles(), p_face_area(), p_face_stretch(), p_vert_add(), and p_vert_copy().
struct PEdge* PVert::edge |
Definition at line 93 of file uvedit_parametrizer.c.
Referenced by p_abf_compute_gradient(), p_abf_compute_sin_product(), p_boundary_edge_next(), p_chart_abf_solve(), p_chart_boundaries(), p_chart_fill_boundaries(), p_chart_fill_boundary(), p_chart_stretch_minimize(), p_connect_pairs(), p_edge_boundary_angle(), p_smooth(), p_split_vert(), p_stretch_compute_vertex(), p_stretch_pin_boundary(), p_vert_add(), p_vert_copy(), p_vert_interior(), and p_vert_load_pin_select_uvs().
unsigned char PVert::flag |
Definition at line 96 of file uvedit_parametrizer.c.
Referenced by p_abf_compute_grad_alpha(), p_abf_compute_gradient(), p_abf_matrix_invert(), p_chart_abf_solve(), p_chart_lscm_begin(), p_chart_lscm_solve(), p_chart_stretch_minimize(), p_chart_symmetry_pins(), p_face_flip(), p_split_vert(), p_stretch_pin_boundary(), p_vert_add(), p_vert_copy(), p_vert_load_pin_select_uvs(), param_smooth_area(), and param_stretch_begin().
struct PVert* PVert::nextlink |
Definition at line 84 of file uvedit_parametrizer.c.
Referenced by p_abf_compute_gradient(), p_chart_abf_solve(), p_chart_extrema_verts(), p_chart_lscm_begin(), p_chart_lscm_load_solution(), p_chart_lscm_solve(), p_chart_rotate_minimum_area(), p_chart_stretch_minimize(), p_chart_uv_bbox(), p_chart_uv_scale(), p_chart_uv_scale_xy(), p_chart_uv_translate(), p_smooth(), p_split_vert(), p_stretch_pin_boundary(), param_construct_end(), param_smooth_area(), and param_stretch_begin().
union PVert::PVertUnion PVert::u |
Referenced by p_abf_compute_grad_alpha(), p_abf_compute_gradient(), p_abf_matrix_invert(), p_chart_abf_solve(), p_chart_lscm_begin(), p_chart_lscm_load_solution(), p_chart_lscm_solve(), p_edge_has_pair(), p_edge_implicit_seam(), p_edge_lookup(), p_face_exists(), p_smooth(), p_vert_add(), and p_vert_copy().
float PVert::uv[2] |
Definition at line 95 of file uvedit_parametrizer.c.
Referenced by p_chart_convex_hull(), p_chart_lscm_load_solution(), p_chart_lscm_solve(), p_chart_minimum_area_angle(), p_chart_pin_positions(), p_chart_rotate_minimum_area(), p_chart_stretch_minimize(), p_chart_uv_bbox(), p_chart_uv_scale(), p_chart_uv_scale_xy(), p_chart_uv_translate(), p_compare_geometric_uv(), p_edge_uv_length(), p_face_stretch(), p_face_uv_area_signed(), p_flush_uvs(), p_flush_uvs_blend(), p_smooth(), p_vert_copy(), and p_vert_load_pin_select_uvs().