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

Method getNodeToParentAffineTransform

core/2d/Node.cpp:1655–1661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1653// MARK: coordinates
1654
1655AffineTransform Node::getNodeToParentAffineTransform() const
1656{
1657 AffineTransform ret;
1658 GLToCGAffine(getNodeToParentTransform().m, &ret);
1659
1660 return ret;
1661}
1662
1663Mat4 Node::getNodeToParentTransform(Node* ancestor) const
1664{

Callers 3

getBoundingBoxMethod · 0.80
getBoundingBoxMethod · 0.80

Calls 3

GLToCGAffineFunction · 0.85
AffineTransformConcatFunction · 0.85
getParentMethod · 0.45

Tested by

no test coverage detected