2
0

hourglass.cpp 289 B

12345678910111213
  1. // This file is auto-generated, manual changes will be lost if the code is regenerated.
  2. #include "geometries.hpp"
  3. namespace mapbox {
  4. namespace fixtures {
  5. static const Fixture<short> hourglass("hourglass", 2, 1e-14, 0.000001, {
  6. {{7,18},{7,15},{5,15},{7,13},{7,15},{17,17}},
  7. });
  8. }
  9. }