empty_square.cpp 331 B

1234567891011121314
  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> empty_square("empty_square", 0, 1e-14, Infinity, {
  6. {{0,0},{4000,0},{4000,4000},{0,4000}},
  7. {{0,0},{4000,0},{4000,4000},{0,4000}},
  8. });
  9. }
  10. }