MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / rotate

Method rotate

src/visualization/components/buffer.cpp:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void Buffer::rotate(const float angle) {
158 angle_ += angle;
159}
160
161void Buffer::set_icon_drawing_mode(const bool is_enabled) const {
162 buff_prog_.use();

Callers 3

draw_toolbarFunction · 0.80
set_from_srtMethod · 0.80
rotationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected