MCPcopy Create free account
hub / github.com/SpartanJ/eepp / convertToWorldSpace

Method convertToWorldSpace

src/eepp/scene/node.cpp:1698–1700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1696}
1697
1698Vector2f Node::convertToWorldSpace( const Vector2f& nodePoint ) const {
1699 return getNodeToWorldTransform().transformPoint( nodePoint.x, nodePoint.y );
1700}
1701
1702void Node::setScale( float factorX, float factorY ) {
1703 setScale( Vector2f( factorX, factorY ) );

Callers 7

showLocateTableMethod · 0.80
showLocateTableGlobMethod · 0.80
updateLocateBarSyncMethod · 0.80
getCheckBoxFnMethod · 0.80
initGlobalSearchBarMethod · 0.80
updateGlobalSearchBarMethod · 0.80
UTESTFunction · 0.80

Calls 1

transformPointMethod · 0.80

Tested by 1

UTESTFunction · 0.64