Blender V4.3
Subpatch::edge_t Struct Reference

#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 Edgeedge

Detailed Description

Definition at line 20 of file subpatch.h.

Member Function Documentation

◆ get_vert_along_edge()

int Subpatch::edge_t::get_vert_along_edge ( int n) const
inline

Member Data Documentation

◆ edge

struct Edge* Subpatch::edge_t::edge

Definition at line 27 of file subpatch.h.

Referenced by get_vert_along_edge(), DiagSplit::split_ngon(), and DiagSplit::split_quad().

◆ indices_decrease_along_edge

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().

◆ offset

int Subpatch::edge_t::offset

Definition at line 22 of file subpatch.h.

Referenced by get_vert_along_edge().

◆ sub_edges_created_in_reverse_order

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().

◆ T


The documentation for this struct was generated from the following file: