Blender V5.0
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
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);
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)
BMesh * bm
const btScalar eps
Definition poly34.cpp:11