MCPcopy Create free account
hub / github.com/axmolengine/axmol / generatePolygon

Method generatePolygon

core/2d/AutoPolygon.cpp:726–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724}
725
726PolygonInfo AutoPolygon::generatePolygon(std::string_view filename, const Rect& rect, float epsilon, float threshold)
727{
728 AutoPolygon ap(filename);
729 return ap.generateTriangles(rect, epsilon, threshold);
730}
731
732}

Callers

nothing calls this directly

Calls 1

generateTrianglesMethod · 0.80

Tested by

no test coverage detected