Blender  V3.3
manifold_table.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef __MANIFOLD_TABLE_H__
4 #define __MANIFOLD_TABLE_H__
5 
6 typedef struct {
7  int comps;
8  int pairs[12][2];
10 
11 extern const ManifoldIndices manifold_table[256];
12 
13 #endif /* __MANIFOLD_TABLE_H__ */
const ManifoldIndices manifold_table[256]