Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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 19 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 26 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 23 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 21 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 24 of file subpatch.h.

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

◆ T

int Subpatch::edge_t::T

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