36#ifndef MESHUTILITYFUNCTIONS_HPP_
37#define MESHUTILITYFUNCTIONS_HPP_
61template <std::
size_t DIM>
63 std::vector<c_vector<double, DIM>>& path,
66 std::size_t numPointsToPlace,
67 double targetSpacing = DBL_MAX
std::vector< c_vector< double, DIM > > EvenlySpaceAlongPath(std::vector< c_vector< double, DIM > > &path, bool closedPath, bool permuteOrder, std::size_t numPointsToPlace, double targetSpacing=DBL_MAX)