Blender V5.0
bmesh_intersect_edges.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include "BLI_ghash.h"
12
13#include "bmesh_class.hh"
14
16 BMesh *bm, char hflag, float dist, bool split_faces, GHash *r_targetmap);
bool BM_mesh_intersect_edges(BMesh *bm, char hflag, float dist, bool split_faces, GHash *r_targetmap)
BMesh * bm