MCPcopy Create free account
hub / github.com/FastLED/FastLED / NewCirclePath

Method NewCirclePath

src/fl/gfx/xypath.cpp.hpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164XYPathPtr XYPath::NewCirclePath() {
165 auto path = fl::make_shared<CirclePath>();
166 return fl::make_shared<XYPath>(path);
167}
168
169XYPathPtr XYPath::NewCirclePath(u16 width, u16 height) {
170 CirclePathPtr path = fl::make_shared<CirclePath>();

Callers

nothing calls this directly

Calls 1

setDrawBoundsMethod · 0.45

Tested by

no test coverage detected