18 #ifndef _GAZEBO_GTSMESHUTILS_HH_
19 #define _GAZEBO_GTSMESHUTILS_HH_
23 #include <ignition/math/Vector2.hh>
55 public:
static bool DelaunayTriangulation(
56 const std::vector<math::Vector2d> &_vertices,
57 const std::vector<math::Vector2i> &_edges,
67 public:
static bool DelaunayTriangulation(
68 const std::vector<ignition::math::Vector2d> &_vertices,
69 const std::vector<ignition::math::Vector2i> &_edges,
78 private:
static GtsSurface *DelaunayTriangulation(
79 const std::vector<ignition::math::Vector2d> &_vertices,
80 const std::vector<ignition::math::Vector2i> &_edges);
_GtsSurface GtsSurface
Definition: GTSMeshUtils.hh:29
#define GAZEBO_DEPRECATED(version)
Definition: CommonTypes.hh:47
A child mesh.
Definition: Mesh.hh:265
#define GZ_COMMON_VISIBLE
Definition: system.hh:91
Creates GTS utilities for meshes.
Definition: GTSMeshUtils.hh:44