MCPcopy Create free account
hub / github.com/devilsen/CZXing / turnBack

Method turnBack

czxing/src/main/cpp/zxing/src/BitMatrixCursor.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 POINT direction(Direction dir) const noexcept { return static_cast<int>(dir) * right(); }
77
78 void turnBack() noexcept { d = back(); }
79 void turnLeft() noexcept { d = left(); }
80 void turnRight() noexcept { d = right(); }
81 void turn(Direction dir) noexcept { d = direction(dir); }

Callers 1

TraceLineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected