LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
SUAxisAlignedRect2D Struct Reference

Represents a 2D rectangle that is aligned with the X and Y axis of the coordinate system. More...

#include <geometry.h>

Data Fields

struct SUPoint2D upper_left
 Upper left corner of the bounding box. More...
 
struct SUPoint2D lower_right
 Lower right corner of the bounding box. More...
 

Detailed Description

Represents a 2D rectangle that is aligned with the X and Y axis of the coordinate system.

Field Documentation

struct SUPoint2D SUAxisAlignedRect2D::lower_right

Lower right corner of the bounding box.

struct SUPoint2D SUAxisAlignedRect2D::upper_left

Upper left corner of the bounding box.


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