| 135 | } |
| 136 | |
| 137 | void Obb::transform(const SrsTransform& xform) |
| 138 | { |
| 139 | xform.transform(m_p.x(), m_p.y(), m_p.z()); |
| 140 | } |
| 141 | |
| 142 | // This could be optimized by storing things, and there is also symmetry |
| 143 | // that could eliminate rotations, but that seems unnecessary for now. |
no test coverage detected