Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ invertMatrix
Method
invertMatrix
radiantcore/patch/Patch.cpp:504–511 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
502
}
503
504
void Patch::invertMatrix()
505
{
506
undoSave();
507
508
PatchControlArray_invert(_ctrl, _width, _height);
509
510
controlPointsChanged();
511
}
512
513
void Patch::transposeMatrix()
514
{
Callers
3
invertPatch
Function · 0.80
thicken
Function · 0.80
correctPatchOrientation
Function · 0.80
Calls
1
PatchControlArray_invert
Function · 0.85
Tested by
no test coverage detected