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