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

Method getNodeToWorldTransform

core/2d/Node.cpp:1877–1880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1875}
1876
1877Mat4 Node::getNodeToWorldTransform() const
1878{
1879 return this->getNodeToParentTransform(nullptr);
1880}
1881
1882AffineTransform Node::getWorldToNodeAffineTransform() const
1883{

Callers 15

drawBackgroundMethod · 0.45
setWorldPositionMethod · 0.45
syncPhysicsToNodeMethod · 0.45
syncNodeToPhysicsMethod · 0.45
setNativeFontMethod · 0.45
nativeOpenKeyboardMethod · 0.45
getRectFunction · 0.45
addToMethod · 0.45
syncToAgentMethod · 0.45
addToMethod · 0.45
syncToObstacleMethod · 0.45
onTouchesMovedMethod · 0.45

Calls 1

Tested by 15

onTouchesMovedMethod · 0.36
updateMethod · 0.36
updateCameraMethod · 0.36
updateStateMethod · 0.36
onTouchesMovedMethod · 0.36
updateMethod · 0.36
Animate3DCallbackTestMethod · 0.36
CameraRotationTestMethod · 0.36
onTouchesMovedMethod · 0.36
updateStateMethod · 0.36
updateCameraMethod · 0.36