\returns the dimension in which the box holds */
| 121 | |
| 122 | /** \returns the dimension in which the box holds */ |
| 123 | EIGEN_DEVICE_FUNC inline Index dim() const { return AmbientDimAtCompileTime==Dynamic ? m_min.size() : Index(AmbientDimAtCompileTime); } |
| 124 | |
| 125 | /** \deprecated use isEmpty() */ |
| 126 | EIGEN_DEVICE_FUNC inline bool isNull() const { return isEmpty(); } |