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_vec2f
#include <gvr_types.h>
A floating point 2D vector.
Summary
Public attributes
|
x
|
float
|
y
|
float
|
Public attributes
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_vec2f\u003c/code\u003e is a data structure defined in the \u003ccode\u003egvr_types.h\u003c/code\u003e header file, representing a 2-dimensional vector using floating-point numbers.\u003c/p\u003e\n"],["\u003cp\u003eThis structure has two public attributes, \u003ccode\u003ex\u003c/code\u003e and \u003ccode\u003ey\u003c/code\u003e, both of which are floating-point numbers, storing the vector's components along the respective axes.\u003c/p\u003e\n"]]],["The content defines `gvr_vec2f`, a 2D vector using floating-point numbers, and includes the header file `gvr_types.h`. It details two public attributes: `x` and `y`, both of which are of type `float`. These attributes represent the vector's components along the x-axis and y-axis, respectively. The information describes the structure of this 2D vector, composed of these two independent float values.\n"],null,["# gvr_vec2f Struct Reference\n\ngvr_vec2f\n=========\n\n`#include \u003cgvr_types.h\u003e`\n\nA floating point 2D vector.\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------|---------|\n| [x](#structgvr__vec2f_1afcfa74ca442b0be39a8cebd42f0b8c8a) | `float` |\n| [y](#structgvr__vec2f_1a927fedc66a19df52245cc67ab8e6ee55) | `float` |\n\nPublic attributes\n-----------------\n\n### x\n\n```scdoc\nfloat gvr_vec2f::x\n``` \n\n### y\n\n```scdoc\nfloat gvr_vec2f::y\n```"]]