MySQL 9.0.0
Source Code Documentation
rtr_mbr Struct Reference

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...
 

Detailed Description

In memory representation of a minimum bounding rectangle.

Member Data Documentation

◆ xmax

double rtr_mbr::xmax

maximum on x

◆ xmin

double rtr_mbr::xmin

minimum on x

◆ ymax

double rtr_mbr::ymax

maximum on y

◆ ymin

double rtr_mbr::ymin

minimum on y


The documentation for this struct was generated from the following file: