| 81 | float __attribute__((noinline)) GetScale() const { return scale; } |
| 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 | }; |
no outgoing calls
no test coverage detected