40#ifndef GEOGRAM_MESH_MESH_MINKOWSKI
41#define GEOGRAM_MESH_MESH_MINKOWSKI
Common include file, providing basic definitions. Should be included before anything else by all head...
Global Vorpaline namespace.
void compute_minkowski_sum_3d(Mesh &result, const Mesh &op1, const Mesh &op2)
Computes the Minkowski sum of two 3D meshes.
void compute_minkowski_sum_2d(Mesh &result, const Mesh &op1, const Mesh &op2)
Computes the Minkowski sum of two 2D meshes, represented as edges.