| 299 | } |
| 300 | |
| 301 | Matrix4 Object::ProxyInvWorldTransform(const Object* obj) const |
| 302 | { |
| 303 | return obj->CalcInvTransform() * CalcInvTransform(); |
| 304 | } |
| 305 | |
| 306 | Matrix4 Object::WorldInvTransform() const |
| 307 | { |
nothing calls this directly
no test coverage detected