Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ getTransform
Method
getTransform
src/GuiComponent.cpp:154–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
const Eigen::Affine3f GuiComponent::getTransform()
155
{
156
mTransform.setIdentity();
157
mTransform.translate(mPosition);
158
return mTransform;
159
}
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected