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

Method at

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

Source from the content-addressed store, hash-verified

44} // namespace xypath_detail
45
46vec2f XYPath::at(float alpha, const TransformFloat &tx) {
47 // return compute_float(alpha, tx);
48 return mPathRenderer->at(alpha, tx);
49}
50
51void XYPath::setDrawBounds(u16 width, u16 height) {
52 mPathRenderer->setDrawBounds(width, height);

Callers 15

blurGaussianMappedImplFunction · 0.45
rasterize_internalMethod · 0.45
CanvasClass · 0.45
calculateTileAtWrapMethod · 0.45
readFromMethod · 0.45
drawMethod · 0.45
readFromMultiMethod · 0.45
Tile2x2_u8_wrapMethod · 0.45
MaxTileMethod · 0.45
InterpolateMethod · 0.45
drawFlowVectorsMethod · 0.45
string.cpp.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected