Blender V4.3
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
8typedef struct {
9 int comps;
10 int pairs[12][2];
12
13extern const ManifoldIndices manifold_table[256];
14
15#endif /* __MANIFOLD_TABLE_H__ */
const ManifoldIndices manifold_table[256]