MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / ProxyInvWorldTransform

Method ProxyInvWorldTransform

engine/Poseidon/World/Scene/Object.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301Matrix4 Object::ProxyInvWorldTransform(const Object* obj) const
302{
303 return obj->CalcInvTransform() * CalcInvTransform();
304}
305
306Matrix4 Object::WorldInvTransform() const
307{

Callers

nothing calls this directly

Calls 1

CalcInvTransformMethod · 0.80

Tested by

no test coverage detected