Stay organized with collections
Save and categorize content based on your preferences.
GARVertex
Struct to hold vertex coordinates.
Summary
Public attributes
|
x
|
float
The X coordinate of this vertex.
|
y
|
float
The Y coordinate of this vertex.
|
z
|
float
The Z coordinate of this vertex.
|
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.
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-07-14 UTC.
[null,null,["Last updated 2025-07-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eGARVertex\u003c/code\u003e is a structure used to store the coordinates of a vertex.\u003c/p\u003e\n"],["\u003cp\u003eIt contains three public attributes: \u003ccode\u003ex\u003c/code\u003e, \u003ccode\u003ey\u003c/code\u003e, and \u003ccode\u003ez\u003c/code\u003e, representing the vertex's coordinates in 3D space.\u003c/p\u003e\n"],["\u003cp\u003eEach attribute is of type \u003ccode\u003efloat\u003c/code\u003e, allowing for precise representation of the coordinate values.\u003c/p\u003e\n"]]],[],null,["# GARVertex Struct Reference\n\nGARVertex\n=========\n\nStruct to hold vertex coordinates.\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------|------------------------------------------|\n| [x](#x) | `float` The X coordinate of this vertex. |\n| [y](#y) | `float` The Y coordinate of this vertex. |\n| [z](#z) | `float` The Z coordinate of this vertex. |\n\nPublic attributes\n-----------------\n\n### x\n\n```text\nfloat GARVertex::x\n``` \nThe X coordinate of this vertex. \n\n### y\n\n```text\nfloat GARVertex::y\n``` \nThe Y coordinate of this vertex. \n\n### z\n\n```text\nfloat GARVertex::z\n``` \nThe Z coordinate of this vertex."]]