MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / setA

Method setA

libraries/ellipse/ellipse.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102
103void ellipse::setA(float a)
104{
105 _a = abs(a);
106}
107
108
109void ellipse::setB(float b)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64