Blender V4.3
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
17 const float plane[4],
18 bool use_snap_center,
19 bool use_tag,
20 short oflag_center,
21 short oflag_new,
22 float eps);
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)
ATTR_WARN_UNUSED_RESULT BMesh * bm
const btScalar eps
Definition poly34.cpp:11