[[["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 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\n\nStruct to hold vertex coordinates.\n\nSummary\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\nx \n\n```text\nfloat GARVertex::x\n``` \nThe X coordinate of this vertex. \n\ny \n\n```text\nfloat GARVertex::y\n``` \nThe Y coordinate of this vertex. \n\nz \n\n```text\nfloat GARVertex::z\n``` \nThe Z coordinate of this vertex."]]