Blender
V5.0
source
blender
blenlib
BLI_convexhull_2d.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 "
BLI_math_vector_types.hh
"
8
#include "
BLI_span.hh
"
9
13
29
int
BLI_convexhull_2d
(
blender::Span<blender::float2>
points,
int
r_points[
/*points_num*/
]);
30
38
float
BLI_convexhull_aabb_fit_points_2d
(
blender::Span<blender::float2>
points);
BLI_convexhull_aabb_fit_points_2d
float BLI_convexhull_aabb_fit_points_2d(blender::Span< blender::float2 > points)
BLI_convexhull_2d
int BLI_convexhull_2d(blender::Span< blender::float2 > points, int r_points[])
BLI_math_vector_types.hh
BLI_span.hh
blender::Span
Definition
BLI_span.hh:74
Generated on
for Blender by
doxygen
1.16.1