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

Method turnRight

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

Source from the content-addressed store, hash-verified

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); }
82
83 Value edgeAt(POINT d) const noexcept

Callers 5

CenterOfRingFunction · 0.80
CollectRingPointsFunction · 0.80
ScanFunction · 0.80
TraceLineFunction · 0.80
DecodePureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected