This site has been permanently archived. The content on this site was last updated in 2019.
Stay organized with collections
Save and categorize content based on your preferences.
gvr_recti
#include <gvr_types.h>
An integral 2D rect. Used for window bounds in pixels.
Summary
Public attributes
bottom
int32_t gvr_recti::bottom
left
int32_t gvr_recti::left
right
int32_t gvr_recti::right
top
int32_t gvr_recti::top
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`gvr_recti` represents a 2D rectangle, typically used for defining window boundaries in pixels."],["It includes four `int32_t` public attributes: `bottom`, `left`, `right`, and `top` to specify the rectangle's dimensions."],["These attributes allow for precise control over the position and size of the rectangle within a 2D space."]]],["The core content describes `gvr_recti`, an integral 2D rectangle used for window bounds in pixels, defined in `gvr_types.h`. It has four public attributes, all of type `int32_t`: `bottom`, `left`, `right`, and `top`. These attributes represent the pixel coordinates defining the rectangle's boundaries. Each attribute's declaration is shown with its corresponding C++ code using `int32_t` data type.\n"]]