Blender V4.3
intern/region.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2014 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#ifndef LIBMV_C_API_REGION_H_
6#define LIBMV_C_API_REGION_H_
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct libmv_Region {
13 float min[2];
14 float max[2];
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif // LIBMV_C_API_REGION_H_
struct libmv_Region libmv_Region