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

Method setB

libraries/ellipse/ellipse.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109void ellipse::setB(float b)
110{
111 _b = abs(b);
112};
113
114
115float ellipse::getA()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64