2.2.3.13 MilRectRB

The MilRectRB structure specifies a rectangle by the location of its top-left and bottom-right corners.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

left

...

top

...

right

...

bottom

...

left (8 bytes): A 64-bit floating-point number. The X-axis coordinate of the top-left corner of the rectangle.

top (8 bytes): A 64-bit floating-point number. The Y-axis coordinate of the top-left corner of the rectangle.

right (8 bytes): A 64-bit floating-point number. The X-axis coordinate of the bottom-right corner of the rectangle.

bottom (8 bytes): A 64-bit floating-point number. The Y-axis coordinate of the bottom-right corner of the rectangle.