| 266 | |
| 267 | |
| 268 | PX_INLINE void Ext::InertiaTensorComputer::transform(const PxTransform& transform) |
| 269 | { |
| 270 | rotate(PxMat33(transform.q)); |
| 271 | translate(transform.p); |
| 272 | } |
| 273 | |
| 274 | |
| 275 | PX_INLINE void Ext::InertiaTensorComputer::setBox(const PxVec3& halfWidths, const PxTransform* pose) |
no test coverage detected