| 150 | /** \returns the center of the box */ |
| 151 | EIGEN_DEVICE_FUNC inline const EIGEN_EXPR_BINARYOP_SCALAR_RETURN_TYPE(VectorTypeSum, RealScalar, quotient) |
| 152 | center() const |
| 153 | { return (m_min+m_max)/RealScalar(2); } |
| 154 | |
| 155 | /** \returns the lengths of the sides of the bounding box. |
| 156 | * Note that this function does not get the same |
no outgoing calls