#ifndef LLMR_GEOMETRY_INTERPOLATE #define LLMR_GEOMETRY_INTERPOLATE #include #include namespace llmr { Anchors interpolate(const std::vector &vertices, float spacing, float minScale = 0.0f, int start = 0); } #endif