[[["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-10-31 UTC."],[],["`Coordinates3d` is an enum class supporting 3D coordinates in ARCore. It inherits methods from `java.lang.Enum`, `java.lang.Object`, `Constable`, and `Comparable` interfaces for object operations like comparison, cloning, and string representation. Key actions involve managing normalized device coordinates (NDC) and GPU texture coordinates, specifically through `EIS_NORMALIZED_DEVICE_COORDINATES` and `EIS_TEXTURE_NORMALIZED`. These coordinate systems compensate for perspective shifts when using Electronic Image Stabilization (EIS), and they are used with `Frame.transformCoordinates3d`.\n"]]