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

Method getC

libraries/ellipse/ellipse.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126
127float ellipse::getC()
128{
129 float e = eccentricity();
130 if (_a > _b) return e * _a;
131 return e * _b;
132}
133
134
135float ellipse::getLongRadius()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36