File minkowskiSum3D.h
File List > algorithm > minkowskiSum3D.h
Go to the documentation of this file
// Copyright (c) 2012-2024, SFCGAL Contributors and Oslandia
// SPDX-License-Identifier: LGPL-2.0-or-later
#ifndef _SFCGAL_ALGORITHM_MINKOWSKISUM3D_H_
#define _SFCGAL_ALGORITHM_MINKOWSKISUM3D_H_
#include "SFCGAL/Geometry.h"
#include "SFCGAL/config.h"
#include <CGAL/Nef_polyhedron_3.h>
#include <memory>
namespace SFCGAL {
namespace algorithm {
struct NoValidityCheck;
SFCGAL_API std::unique_ptr<Geometry>
minkowskiSum3D(const Geometry &gA, const Geometry &gB);
SFCGAL_API std::unique_ptr<Geometry>
minkowskiSum3D(const Geometry &gA, const Geometry &gB, NoValidityCheck);
} // namespace algorithm
} // namespace SFCGAL
#endif // _SFCGAL_ALGORITHM_MINKOWSKISUM3D_H_