| 387 | } |
| 388 | |
| 389 | Vec2 BodyDef::getLinearAcceleration() const noexcept { |
| 390 | return {_conf.linearAcceleration[0], _conf.linearAcceleration[1]}; |
| 391 | } |
| 392 | |
| 393 | void BodyDef::setFixedRotation(bool var) { |
| 394 | _conf.UseFixedRotation(var); |
no outgoing calls
no test coverage detected