Blender
V5.0
source
blender
bmesh
tools
bmesh_bisect_plane.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
5
#pragma once
6
10
11
#include "
bmesh_class.hh
"
12
18
void
BM_mesh_bisect_plane
(
BMesh
*
bm
,
19
const
float
plane[4],
20
bool
use_snap_center,
21
bool
use_tag,
22
short
oflag_center,
23
short
oflag_new,
24
float
eps
);
BM_mesh_bisect_plane
void BM_mesh_bisect_plane(BMesh *bm, const float plane[4], bool use_snap_center, bool use_tag, short oflag_center, short oflag_new, float eps)
Definition
bmesh_bisect_plane.cc:385
bmesh_class.hh
bm
BMesh * bm
Definition
bmesh_iterators_inline.hh:36
eps
const btScalar eps
Definition
poly34.cpp:11
BMesh
Definition
bmesh_class.hh:316
Generated on
for Blender by
doxygen
1.16.1