Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Public Attributes | List of all members
SR_recti Union Reference

C-compatible integer rectangle representation. More...

#include <types.h>

Collaboration diagram for SR_recti:
[legend]

Public Attributes

int64_t p [4]
 
struct {
   SR_point2i   topLeft
 
   SR_point2i   bottomRight
 
}; 
 Array of 4 integer values to represent a rectangle. More...
 
struct {
   int64_t   left
 Left-most border in the rectangle. More...
 
   int64_t   top
 Top-most border in the rectangle. More...
 
   int64_t   right
 Right-most border in the rectangle. More...
 
   int64_t   bottom
 Bottom-most border in the rectangle. More...
 
}; 
 

Detailed Description

C-compatible integer rectangle representation.

Member Data Documentation

◆ 

struct { ... } SR_recti::@33

Array of 4 integer values to represent a rectangle.

◆ 

struct { ... } SR_recti::@35

◆ bottom

int64_t SR_recti::bottom

Bottom-most border in the rectangle.

◆ bottomRight

SR_point2i SR_recti::bottomRight

◆ left

int64_t SR_recti::left

Left-most border in the rectangle.

◆ p

int64_t SR_recti::p[4]

◆ right

int64_t SR_recti::right

Right-most border in the rectangle.

◆ top

int64_t SR_recti::top

Top-most border in the rectangle.

◆ topLeft

SR_point2i SR_recti::topLeft

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