Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ revertTransformation
Method
revertTransformation
radiantcore/selection/textool/PatchNode.cpp:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void PatchNode::revertTransformation()
33
{
34
_patch.revertTransform();
35
_patch.updateTesselation();
36
}
37
38
void PatchNode::transform(const Matrix3& transform)
39
{
Callers
nothing calls this directly
Calls
2
updateTesselation
Method · 0.80
revertTransform
Method · 0.45
Tested by
no test coverage detected