This site has been permanently archived. The content on this site was last updated in 2019.
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.
[null,null,["Last updated 2024-10-09 UTC."],[[["`gvr_vec2f` is a data structure defined in the `gvr_types.h` header file, representing a 2-dimensional vector using floating-point numbers."],["This structure has two public attributes, `x` and `y`, both of which are floating-point numbers, storing the vector's components along the respective axes."]]],["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"]]