Return the box's minimum corner point
| 80 | |
| 81 | /// Return the box's minimum corner point |
| 82 | static BaseType min( const T &box ) |
| 83 | { |
| 84 | return box.min; |
| 85 | } |
| 86 | |
| 87 | /// Return the box's maximum corner point |
| 88 | static BaseType max( const T &box ) |
no outgoing calls