[[["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\u003eGARIndexTriangle\u003c/code\u003e is a structure designed to store the indices defining a triangle.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eindices\u003c/code\u003e attribute within the structure is a 3-element array of \u003ccode\u003euint32_t\u003c/code\u003e values, representing the vertices of the triangle in counter-clockwise order.\u003c/p\u003e\n"]]],["The `GARIndexTriangle` struct stores the three indices of a triangle, which are represented as `uint32_t` values. These indices, accessible via the `indices` attribute, define the triangle's vertices and are arranged in counter-clockwise winding order. The `indices` attribute is an array of size 3, directly containing these index values.\n"],null,["# GARIndexTriangle Struct Reference\n\nGARIndexTriangle\n================\n\nStruct to hold indices that represent a triangle.\n\nTriangle indices are in counter clockwise winding order.\n\nSummary\n-------\n\n| ### Public attributes ||\n|--------------------------|-------------------------------------------------------|\n| [indices](#indices)`[3]` | `uint32_t` The three indices that make up a triangle. |\n\nPublic attributes\n-----------------\n\n### indices\n\n```scdoc\nuint32_t GARIndexTriangle::indices[3]\n``` \nThe three indices that make up a triangle."]]