Blender
V4.3
source
blender
blenlib
BLI_convexhull_2d.h
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
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
27
int
BLI_convexhull_2d
(
const
float
(*points)[2],
int
points_num,
int
r_points[
/*points_num*/
]);
28
36
float
BLI_convexhull_aabb_fit_points_2d
(
const
float
(*points)[2],
int
points_num);
37
38
#ifdef __cplusplus
39
}
40
#endif
BLI_convexhull_2d
int BLI_convexhull_2d(const float(*points)[2], int points_num, int r_points[])
Definition
convexhull_2d.cc:183
BLI_convexhull_aabb_fit_points_2d
float BLI_convexhull_aabb_fit_points_2d(const float(*points)[2], int points_num)
Definition
convexhull_2d.cc:655
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0