MCPcopy 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
2214Matrix4 Entity::ProxyInvWorldTransform(const Object* obj) const
2215{
2216 return obj->CalcInvTransform() * GetInvTransform();
2217}
2218
2219void Entity::ResetMoveOut()
2220{

Callers 1

WorldInvTransformMethod · 0.45

Calls 1

CalcInvTransformMethod · 0.80

Tested by

no test coverage detected