Blender V4.3
bmo_triangulate.cc File Reference
#include "MEM_guardedalloc.h"
#include "DNA_listBase.h"
#include "BLI_listbase.h"
#include "BLI_math_vector.h"
#include "BLI_scanfill.h"
#include "BLI_sort_utils.h"
#include "bmesh.hh"
#include "bmesh_tools.hh"
#include "intern/bmesh_operators_private.hh"

Go to the source code of this file.

Classes

struct  SortNormal
 

Macros

#define ELE_NEW   1
 
#define EDGE_MARK   4
 

Functions

void bmo_triangulate_exec (BMesh *bm, BMOperator *op)
 
void bmo_triangle_fill_exec (BMesh *bm, BMOperator *op)
 

Detailed Description

Triangulate faces, also defines triangle fill.

Definition in file bmo_triangulate.cc.

Macro Definition Documentation

◆ EDGE_MARK

#define EDGE_MARK   4

Definition at line 25 of file bmo_triangulate.cc.

Referenced by bmo_triangle_fill_exec().

◆ ELE_NEW

#define ELE_NEW   1

Definition at line 24 of file bmo_triangulate.cc.

Referenced by bmo_triangle_fill_exec().

Function Documentation

◆ bmo_triangle_fill_exec()

◆ bmo_triangulate_exec()