GARVertex
Struct to hold vertex coordinates.
Summary
Public attributes
x
float GARVertex::x
The X coordinate of this vertex.
y
float GARVertex::y
The Y coordinate of this vertex.
z
float GARVertex::z
The Z coordinate of this vertex.
Struct to hold vertex coordinates.
float GARVertex::x
The X coordinate of this vertex.
float GARVertex::y
The Y coordinate of this vertex.
float GARVertex::z
The Z coordinate of this vertex.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-03 UTC.