8#ifndef IGL_MESH_BOOLEAN_TYPE_H
9#define IGL_MESH_BOOLEAN_TYPE_H
MeshBooleanType
Boolean operation types.
Definition MeshBooleanType.h:14
@ MESH_BOOLEAN_TYPE_MINUS
A \ B.
Definition MeshBooleanType.h:20
@ MESH_BOOLEAN_TYPE_XOR
A ⊕ B.
Definition MeshBooleanType.h:22
@ MESH_BOOLEAN_TYPE_INTERSECT
A ∩ B.
Definition MeshBooleanType.h:18
@ MESH_BOOLEAN_TYPE_UNION
A ∪ B.
Definition MeshBooleanType.h:16
@ MESH_BOOLEAN_TYPE_RESOLVE
Resolve intersections without removing any non-coplanar faces.
Definition MeshBooleanType.h:24
@ NUM_MESH_BOOLEAN_TYPES
Total number of Boolean options.
Definition MeshBooleanType.h:26