Blender V5.0
GEO_curves_remove_and_split.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
7#include "BKE_curves.hh"
8
9namespace blender::geometry {
10
15bke::CurvesGeometry remove_points_and_split(const bke::CurvesGeometry &curves,
16 const IndexMask &mask);
17
18} // namespace blender::geometry
Low-level operations for curves.
ccl_device_inline float2 mask(const MaskType mask, const float2 a)
bke::CurvesGeometry remove_points_and_split(const bke::CurvesGeometry &curves, const IndexMask &mask)