[[["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 2024-12-12 UTC."],[[["`GARAugmentedFace` provides face mesh and transform data for detected faces in AR experiences."],["It includes a 3D mesh representation (`mesh`) of the detected face for detailed rendering."],["`centerTransform` offers the transform from the camera to the center of the face, positioned behind the nose."],["Developers can utilize `transformForRegion:` to get the transform for specific face regions like the nose or forehead."]]],["`GARAugmentedFace` stores face data, inheriting from `NSObject`. It provides the `centerTransform`, a `simd_float4x4` matrix defining the transform from the camera to the face's center, positioned behind the nose. It also contains `mesh`, a 3D representation of the detected face. A public method, `transformForRegion:`, allows retrieving a `simd_float4x4` transform from the camera to a specific `GARAugmentedFaceRegionType` region.\n"]]