MCPcopy 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
32void PatchNode::revertTransformation()
33{
34 _patch.revertTransform();
35 _patch.updateTesselation();
36}
37
38void PatchNode::transform(const Matrix3& transform)
39{

Callers

nothing calls this directly

Calls 2

updateTesselationMethod · 0.80
revertTransformMethod · 0.45

Tested by

no test coverage detected