Blender
V4.3
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
typedef
struct
{
9
int
comps
;
10
int
pairs[12][2];
11
}
ManifoldIndices
;
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::comps
int comps
Definition
manifold_table.h:9
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0