Blender
V5.0
intern
dualcon
intern
manifold_table.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2002-2022 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#ifndef __MANIFOLD_TABLE_H__
6
#define __MANIFOLD_TABLE_H__
7
8
struct
ManifoldIndices
{
9
int
comps
;
10
int
pairs
[12][2];
11
};
12
13
extern
const
ManifoldIndices
manifold_table
[256];
14
15
#endif
/* __MANIFOLD_TABLE_H__ */
manifold_table
const ManifoldIndices manifold_table[256]
Definition
manifold_table.cpp:7
ManifoldIndices
Definition
manifold_table.h:8
ManifoldIndices::pairs
int pairs[12][2]
Definition
manifold_table.h:10
ManifoldIndices::comps
int comps
Definition
manifold_table.h:9
Generated on
for Blender by
doxygen
1.16.1