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_vec3f
#include <gvr_types.h>
A floating point 3D vector.
Summary
Public attributes
|
x
|
float
|
y
|
float
|
z
|
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_vec3f\u003c/code\u003e represents a three-dimensional vector using floating-point numbers.\u003c/p\u003e\n"],["\u003cp\u003eIt includes three public attributes: \u003ccode\u003ex\u003c/code\u003e, \u003ccode\u003ey\u003c/code\u003e, and \u003ccode\u003ez\u003c/code\u003e, which store the vector's components.\u003c/p\u003e\n"],["\u003cp\u003eThis structure is defined in the \u003ccode\u003egvr_types.h\u003c/code\u003e header file.\u003c/p\u003e\n"]]],["The core content describes `gvr_vec3f`, a floating-point 3D vector defined in `gvr_types.h`. It has three public attributes: `x`, `y`, and `z`. Each attribute is a `float` representing the vector's components in 3D space. These attributes are used to define the vector's position or direction within a 3-dimensional coordinate system.\n"],null,["# gvr_vec3f Struct Reference\n\ngvr_vec3f\n=========\n\n`#include \u003cgvr_types.h\u003e`\n\nA floating point 3D vector.\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------|---------|\n| [x](#structgvr__vec3f_1a2782dc1319f43a028e81d2c5033568e6) | `float` |\n| [y](#structgvr__vec3f_1a9bc8663e0981c602b162eb200501f41d) | `float` |\n| [z](#structgvr__vec3f_1add4e80d7138dd4ec967c9d8563c74bb0) | `float` |\n\nPublic attributes\n-----------------\n\n### x\n\n```scdoc\nfloat gvr_vec3f::x\n``` \n\n### y\n\n```scdoc\nfloat gvr_vec3f::y\n``` \n\n### z\n\n```scdoc\nfloat gvr_vec3f::z\n```"]]