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."],[[["`gvr_vec2f` is a data structure representing a 2D vector using floating-point numbers."],["It includes two public attributes, `x` and `y`, both of which are float type variables storing the vector's horizontal and vertical components, respectively."]]],["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"]]