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

Method setInvert

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

the invert flag tells that get(x, y) == -get(y, x);

Source from the content-addressed store, hash-verified

28
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

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36