Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ ProxyInvWorldTransform
Method
ProxyInvWorldTransform
engine/Poseidon/World/Simulation/Simul.cpp:2214–2217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2212
}
2213
2214
Matrix4 Entity::ProxyInvWorldTransform(const Object* obj) const
2215
{
2216
return obj->CalcInvTransform() * GetInvTransform();
2217
}
2218
2219
void Entity::ResetMoveOut()
2220
{
Callers
1
WorldInvTransform
Method · 0.45
Calls
1
CalcInvTransform
Method · 0.80
Tested by
no test coverage detected