Welcome to mirror list, hosted at ThFree Co, Russian Federation.

manifold_table.h « intern « dualcon « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88405201235a1ae8adb67fad6b37d008efcce5aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef __MANIFOLD_TABLE_H__
#define __MANIFOLD_TABLE_H__

typedef struct {
  int comps;
  int pairs[12][2];
} ManifoldIndices;

extern const ManifoldIndices manifold_table[256];

#endif /* __MANIFOLD_TABLE_H__ */