|
Blender
V3.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 19 of file subpatch.h.
|
inline |
Definition at line 179 of file subpatch.h.
References edge, Edge::get_vert_along_edge(), indices_decrease_along_edge, offset, sub_edges_created_in_reverse_order, T, and Edge::T.
Referenced by Subpatch::get_vert_along_edge().
| struct Edge* Subpatch::edge_t::edge |
Definition at line 26 of file subpatch.h.
Referenced by get_vert_along_edge(), DiagSplit::split_ngon(), and DiagSplit::split_quad().
| bool Subpatch::edge_t::indices_decrease_along_edge |
Definition at line 23 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 21 of file subpatch.h.
Referenced by get_vert_along_edge().
| bool Subpatch::edge_t::sub_edges_created_in_reverse_order |
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::T |
Definition at line 20 of file subpatch.h.
Referenced by Subpatch::calc_num_inner_verts(), Subpatch::calc_num_triangles(), QuadDice::dice(), get_vert_along_edge(), 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().