libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Enumerations | |
enum | igl::MeshBooleanType { igl::MESH_BOOLEAN_TYPE_UNION = 0 , igl::MESH_BOOLEAN_TYPE_INTERSECT = 1 , igl::MESH_BOOLEAN_TYPE_MINUS = 2 , igl::MESH_BOOLEAN_TYPE_XOR = 3 , igl::MESH_BOOLEAN_TYPE_RESOLVE = 4 , igl::NUM_MESH_BOOLEAN_TYPES = 5 } |
Boolean operation types. More... | |