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

Method ProxyWorldTransform

engine/Poseidon/World/Simulation/Simul.cpp:2209–2212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2207}
2208
2209Matrix4 Entity::ProxyWorldTransform(const Object* obj) const
2210{
2211 return Transform() * obj->Transform();
2212}
2213
2214Matrix4 Entity::ProxyInvWorldTransform(const Object* obj) const
2215{

Callers 1

WorldTransformMethod · 0.45

Calls 2

TransformFunction · 0.85
TransformMethod · 0.45

Tested by

no test coverage detected