MySQL 8.0.40
Source Code Documentation
|
In memory representation of a minimum bounding rectangle. More...
#include <rtree_support.h>
Public Attributes | |
double | xmin |
minimum on x More... | |
double | xmax |
maximum on x More... | |
double | ymin |
minimum on y More... | |
double | ymax |
maximum on y More... | |
In memory representation of a minimum bounding rectangle.
double rtr_mbr::xmax |
maximum on x
double rtr_mbr::xmin |
minimum on x
double rtr_mbr::ymax |
maximum on y
double rtr_mbr::ymin |
minimum on y