| 82 | |
| 83 | void __attribute__((noinline)) SetPosition(const Vec3 &pos_) { pos = pos_; } |
| 84 | void __attribute__((noinline)) SetRotation(const Vec3 &rot_) { rot = rot_; } |
| 85 | void __attribute__((noinline)) SetScale(float scale_) { scale = scale_; } |
| 86 | }; |
| 87 | typedef std::shared_ptr<Transform> TransformPtr; |
no outgoing calls
no test coverage detected