Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
C-compatible integer rectangle representation. More...
#include <types.h>
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... | |
}; | |
C-compatible integer rectangle representation.
struct { ... } SR_recti::@33 |
Array of 4 integer values to represent a rectangle.
struct { ... } SR_recti::@35 |
int64_t SR_recti::bottom |
Bottom-most border in the rectangle.
SR_point2i SR_recti::bottomRight |
int64_t SR_recti::left |
Left-most border in the rectangle.
int64_t SR_recti::p[4] |
int64_t SR_recti::right |
Right-most border in the rectangle.
int64_t SR_recti::top |
Top-most border in the rectangle.
SR_point2i SR_recti::topLeft |