|
Blender V5.0
|
#include <BKE_subdiv_ccg.hh>
Public Attributes | |
| blender::Vector< blender::Array< SubdivCCGCoord > > | boundary_coords |
Definition of an edge which is adjacent to at least one of the faces.
Definition at line 105 of file BKE_subdiv_ccg.hh.
| 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.