| 326 | */ |
| 327 | template<int Mode, int Options> |
| 328 | EIGEN_DEVICE_FUNC inline void transform( |
| 329 | const typename Transform<Scalar, AmbientDimAtCompileTime, Mode, Options>::TranslationType& translation) |
| 330 | { |
| 331 | this->translate(translation); |
| 332 | } |
| 333 | |
| 334 | /** |
| 335 | * Transforms this box by \a transform and recomputes it to |
no test coverage detected