|
Blender V5.0
|
#include <subpatch.h>
Public Member Functions | |
| int | start_vert_index () const |
| int | mid_vert_index () const |
| int | end_vert_index () const |
| int | get_vert_along_edge (const int n_relative) const |
Public Attributes | |
| SubEdge * | edge |
| bool | reversed |
| bool | own_vertex |
| bool | own_edge |
Definition at line 106 of file subpatch.h.
|
inline |
Definition at line 127 of file subpatch.h.
|
inline |
|
inline |
Definition at line 123 of file subpatch.h.
References edge.
|
inline |
Definition at line 119 of file subpatch.h.
References edge, and reversed.
Referenced by EdgeDice::tri_dice().
| SubEdge* SubPatch::Edge::edge |
Definition at line 107 of file subpatch.h.
Referenced by EdgeDice::add_grid_triangles_and_stitch(), EdgeDice::add_triangle_strip(), end_vert_index(), get_vert_along_edge(), mid_vert_index(), EdgeDice::quad_dice(), EdgeDice::quad_set_sides(), EdgeDice::scale_factor(), start_vert_index(), EdgeDice::tri_dice(), and EdgeDice::tri_set_sides().
| bool SubPatch::Edge::own_edge |
Definition at line 115 of file subpatch.h.
Referenced by EdgeDice::quad_set_sides(), and EdgeDice::tri_set_sides().
| bool SubPatch::Edge::own_vertex |
Definition at line 113 of file subpatch.h.
Referenced by EdgeDice::quad_set_sides(), and EdgeDice::tri_set_sides().
| bool SubPatch::Edge::reversed |
Definition at line 110 of file subpatch.h.
Referenced by end_vert_index(), get_vert_along_edge(), and start_vert_index().