MCPcopy 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
504void Patch::invertMatrix()
505{
506 undoSave();
507
508 PatchControlArray_invert(_ctrl, _width, _height);
509
510 controlPointsChanged();
511}
512
513void Patch::transposeMatrix()
514{

Callers 3

invertPatchFunction · 0.80
thickenFunction · 0.80
correctPatchOrientationFunction · 0.80

Calls 1

PatchControlArray_invertFunction · 0.85

Tested by

no test coverage detected