|
Blender V4.3
|
#include <subpatch.h>
Public Member Functions | |
| int | get_vert_along_edge (int n) const |
Public Attributes | |
| int | T |
| int | offset |
| bool | indices_decrease_along_edge |
| bool | sub_edges_created_in_reverse_order |
| struct Edge * | edge |
Definition at line 20 of file subpatch.h.
Definition at line 180 of file subpatch.h.
References indices_decrease_along_edge, and sub_edges_created_in_reverse_order.
| struct Edge* Subpatch::edge_t::edge |
Definition at line 27 of file subpatch.h.
Referenced by DiagSplit::split_ngon(), and DiagSplit::split_quad().
| bool Subpatch::edge_t::indices_decrease_along_edge |
Definition at line 24 of file subpatch.h.
Referenced by get_vert_along_edge(), DiagSplit::split_ngon(), and DiagSplit::split_quad().
| int Subpatch::edge_t::offset |
Definition at line 22 of file subpatch.h.
| bool Subpatch::edge_t::sub_edges_created_in_reverse_order |
Definition at line 25 of file subpatch.h.
Referenced by get_vert_along_edge(), DiagSplit::split_ngon(), and DiagSplit::split_quad().
| int Subpatch::edge_t::T |
Definition at line 21 of file subpatch.h.
Referenced by Subpatch::calc_num_inner_verts(), Subpatch::calc_num_triangles(), QuadDice::dice(), Subpatch::get_vert_along_grid_edge(), DiagSplit::post_split(), QuadDice::scale_factor(), QuadDice::set_side(), DiagSplit::split_ngon(), DiagSplit::split_quad(), and EdgeDice::stitch_triangles().