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."],[[["\u003cp\u003e\u003ccode\u003egvr_recti\u003c/code\u003e represents a 2D rectangle, typically used for defining window boundaries in pixels.\u003c/p\u003e\n"],["\u003cp\u003eIt includes four \u003ccode\u003eint32_t\u003c/code\u003e public attributes: \u003ccode\u003ebottom\u003c/code\u003e, \u003ccode\u003eleft\u003c/code\u003e, \u003ccode\u003eright\u003c/code\u003e, and \u003ccode\u003etop\u003c/code\u003e to specify the rectangle's dimensions.\u003c/p\u003e\n"],["\u003cp\u003eThese attributes allow for precise control over the position and size of the rectangle within a 2D space.\u003c/p\u003e\n"]]],["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"],null,["gvr_recti `#include \u003cgvr_types.h\u003e`\n\nAn integral 2D rect. Used for window bounds in pixels.\n\nSummary\n\n| Public attributes ||\n|----------------------------------------------------------------|-----------|\n| [bottom](#structgvr__recti_1a31f730579a3668e8e94f94f1edc77947) | `int32_t` |\n| [left](#structgvr__recti_1aa2ea6b74cf0426dfbb04be88d38a9f6a) | `int32_t` |\n| [right](#structgvr__recti_1a1039a18e666493b70b40e37cbd4818be) | `int32_t` |\n| [top](#structgvr__recti_1a5c5b03a7473ab34a0f785145fc41111e) | `int32_t` |\n\nPublic attributes \n\nbottom \n\n```scdoc\nint32_t gvr_recti::bottom\n``` \n\nleft \n\n```scdoc\nint32_t gvr_recti::left\n``` \n\nright \n\n```scdoc\nint32_t gvr_recti::right\n``` \n\ntop \n\n```scdoc\nint32_t gvr_recti::top\n```"]]