MCPcopy Create free account
hub / github.com/axmolengine/axmol / getNodeToWorldAffineTransform

Method getNodeToWorldAffineTransform

core/2d/Node.cpp:1872–1875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1870}
1871
1872AffineTransform Node::getNodeToWorldAffineTransform() const
1873{
1874 return this->getNodeToParentAffineTransform(nullptr);
1875}
1876
1877Mat4 Node::getNodeToWorldTransform() const
1878{

Callers 4

getCascadeBoundingBoxFunction · 0.80
setFontMethod · 0.80
setPlaceholderFontMethod · 0.80

Calls 1

Tested by

no test coverage detected