|
| template<typename T > |
| EIGEN_DONT_INLINE void | kill_extra_precision (T &) |
| |
| template<typename BoxType > |
| void | alignedbox (const BoxType &box) |
| |
| template<typename BoxType > |
| void | alignedboxTranslatable (const BoxType &box) |
| |
| template<typename Scalar , typename Rotation > |
| Rotation | rotate2D (Scalar angle) |
| |
| template<typename Scalar , typename Rotation > |
| Rotation | rotate2DIntegral (typename NumTraits< Scalar >::NonInteger angle) |
| |
| template<typename Scalar , typename Rotation > |
| Rotation | rotate3DZAxis (Scalar angle) |
| |
| template<typename Scalar , typename Rotation > |
| Rotation | rotate3DZAxisIntegral (typename NumTraits< Scalar >::NonInteger angle) |
| |
| template<typename Scalar , typename Rotation > |
| Rotation | rotate4DZWAxis (Scalar angle) |
| |
| template<typename MatrixType > |
| MatrixType | randomRotationMatrix () |
| |
| template<typename Scalar , int Dim> |
| Matrix< Scalar, Dim,(1<< Dim)> | boxGetCorners (const Matrix< Scalar, Dim, 1 > &min_, const Matrix< Scalar, Dim, 1 > &max_) |
| |
| template<typename BoxType , typename Rotation > |
| void | alignedboxRotatable (const BoxType &box, Rotation(*rotate)(typename NumTraits< typename BoxType::Scalar >::NonInteger)) |
| |
| template<typename BoxType , typename Rotation > |
| void | alignedboxNonIntegralRotatable (const BoxType &box, Rotation(*rotate)(typename NumTraits< typename BoxType::Scalar >::NonInteger)) |
| |
| template<typename BoxType > |
| void | alignedboxCastTests (const BoxType &box) |
| |
| void | specificTest1 () |
| |
| void | specificTest2 () |
| |
| | EIGEN_DECLARE_TEST (geo_alignedbox) |
| |