Returns an MBB value.
Argument … |
Specifies … |
xmin |
a FLOAT value for the lower front left X coordinate of the MBB. |
ymin |
a FLOAT value for the lower front left Y coordinate of the MBB. |
zmin |
a FLOAT value for the lower front left Z coordinate of the MBB. |
xmax |
a FLOAT value for the upper back right X coordinate of the MBB. |
ymax |
a FLOAT value for the upper back right Y coordinate of the MBB. |
zmax |
a FLOAT value for the upper back right Z coordinate of the MBB. |
INSERT INTO sample_MBBs VALUES (0, NEW MBB(5, 5, 5, 10, 10, 10) );