Blender V5.0
SubdivCCGAdjacentEdge Struct Reference

#include <BKE_subdiv_ccg.hh>

Public Attributes

blender::Vector< blender::Array< SubdivCCGCoord > > boundary_coords

Detailed Description

Definition of an edge which is adjacent to at least one of the faces.

Definition at line 105 of file BKE_subdiv_ccg.hh.

Member Data Documentation

◆ boundary_coords

blender::Vector<blender::Array<SubdivCCGCoord> > SubdivCCGAdjacentEdge::boundary_coords

Indexed by adjacent face index, then by point index on the edge. points to a coordinate into the grids.

Definition at line 110 of file BKE_subdiv_ccg.hh.


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