add default constructor

This commit is contained in:
Sébastien Loriot 2020-12-02 18:14:18 +01:00
parent 1f5a1cb314
commit 3778b0c3c3
1 changed files with 6 additions and 0 deletions

View File

@ -268,6 +268,12 @@ public:
/// \name Initialization
/// @{
/**
* Default constructor, envelope is empty
*/
Polyhedral_envelope()
{}
/**
* Constructor with a triangulated surface mesh.
* @tparam TriangleMesh a model of `FaceListGraph`