| 138 | |
| 139 | protected: |
| 140 | struct PhysicsTransform { |
| 141 | vector3 pos; |
| 142 | quaternion rot; |
| 143 | PhysicsTransform(const vector3& p, const quaternion& q) : pos(p), rot(q) {} |
| 144 | }; |
| 145 | |
| 146 | /** |
| 147 | Generic version of overlap |
no outgoing calls
no test coverage detected