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

Method setAdditionalTransform

core/2d/Node.cpp:1817–1822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1815}
1816
1817void Node::setAdditionalTransform(const AffineTransform& additionalTransform)
1818{
1819 Mat4 tmp;
1820 CGAffineToGL(additionalTransform, tmp.m);
1821 setAdditionalTransform(&tmp);
1822}
1823
1824void Node::setAdditionalTransform(const Mat4* additionalTransform)
1825{

Callers 10

updateTransformMethod · 0.80
finishMethod · 0.80
renderMethod · 0.80
visitMethod · 0.80
updateMethod · 0.80
CameraTest2Method · 0.80
updateCameraMethod · 0.80
updateCameraMethod · 0.80
updateDisplayMethod · 0.80

Calls 1

CGAffineToGLFunction · 0.85

Tested by 3

CameraTest2Method · 0.64
updateCameraMethod · 0.64
updateCameraMethod · 0.64