Blender V5.0
bmesh_mesh_tessellate.hh File Reference
#include "BLI_span.hh"
#include "bmesh_class.hh"

Go to the source code of this file.

Classes

struct  BMeshCalcTessellation_Params

Functions

void BM_mesh_calc_tessellation_ex (BMesh *bm, blender::MutableSpan< std::array< BMLoop *, 3 > > looptris, const BMeshCalcTessellation_Params *params)
void BM_mesh_calc_tessellation (BMesh *bm, blender::MutableSpan< std::array< BMLoop *, 3 > > looptris)
void BM_mesh_calc_tessellation_beauty (BMesh *bm, blender::MutableSpan< std::array< BMLoop *, 3 > > looptris)
void BM_mesh_calc_tessellation_with_partial_ex (BMesh *bm, blender::MutableSpan< std::array< BMLoop *, 3 > > looptris, const BMPartialUpdate *bmpinfo, const BMeshCalcTessellation_Params *params)
void BM_mesh_calc_tessellation_with_partial (BMesh *bm, blender::MutableSpan< std::array< BMLoop *, 3 > > looptris, const BMPartialUpdate *bmpinfo)

Function Documentation

◆ BM_mesh_calc_tessellation()

void BM_mesh_calc_tessellation ( BMesh * bm,
blender::MutableSpan< std::array< BMLoop *, 3 > > looptris )

◆ BM_mesh_calc_tessellation_beauty()

void BM_mesh_calc_tessellation_beauty ( BMesh * bm,
blender::MutableSpan< std::array< BMLoop *, 3 > > looptris )

◆ BM_mesh_calc_tessellation_ex()

◆ BM_mesh_calc_tessellation_with_partial()

void BM_mesh_calc_tessellation_with_partial ( BMesh * bm,
blender::MutableSpan< std::array< BMLoop *, 3 > > looptris,
const BMPartialUpdate * bmpinfo )

Definition at line 406 of file bmesh_mesh_tessellate.cc.

References bm, and BM_mesh_calc_tessellation_with_partial_ex().

◆ BM_mesh_calc_tessellation_with_partial_ex()