MCPcopy Create free account
hub / github.com/ad-si/LuaCAD / store

Method store

OpenCSG/src/scissorMemo.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void ScissorMemo::store(Channel ch) {
51 mScissor[ch] = mArea;
52 }
53
54 void ScissorMemo::recall(Channel ch) {
55 mArea = mScissor[ch];

Callers 5

renderSCSFunction · 0.45
renderGoldfeatherFunction · 0.45
render_uiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected