| 165 | } |
| 166 | |
| 167 | ax::Vec3 Physics3DRigidBody::getAngularFactor() const |
| 168 | { |
| 169 | return convertbtVector3ToVec3(_btRigidBody->getAngularFactor()); |
| 170 | } |
| 171 | |
| 172 | void Physics3DRigidBody::setAngularVelocity(const ax::Vec3& ang_vel) |
| 173 | { |
no test coverage detected