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

Method getInvert

libraries/DistanceTable/DistanceTable.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 // the invert flag tells that get(x, y) == -get(y, x);
30 void setInvert(bool invert = false) { _invert = invert; };
31 bool getInvert() { return _invert; };
32
33
34 // minimum and maximum skip x == y pairs as these are 0.

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36