[[["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."],[[["\u003cp\u003e\u003ccode\u003ePoint.OrientationMode\u003c/code\u003e is an enum that indicates the point orientation mode in ARCore.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two modes: \u003ccode\u003eESTIMATED_SURFACE_NORMAL\u003c/code\u003e where orientation follows the surface normal at the hit location, and \u003ccode\u003eINITIALIZED_TO_IDENTITY\u003c/code\u003e where it starts as identity but may drift.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eESTIMATED_SURFACE_NORMAL\u003c/code\u003e mode uses the same behavior as described in \u003ccode\u003eHitResult.getHitPose()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis enum inherits various methods from \u003ccode\u003ejava.lang.Enum\u003c/code\u003e, \u003ccode\u003ejava.lang.Object\u003c/code\u003e, \u003ccode\u003ejava.lang.constant.Constable\u003c/code\u003e, and \u003ccode\u003ejava.lang.Comparable\u003c/code\u003e for object manipulation and comparison.\u003c/p\u003e\n"]]],["The document details `Point.OrientationMode`, an enum for point orientation. It lists inherited methods from `java.lang.Enum`, `java.lang.Object`, `java.lang.constant.Constable`, and `java.lang.Comparable`, including actions like `compareTo`, `equals`, `hashCode`, `toString`, and `clone`. Two enum values are defined: `ESTIMATED_SURFACE_NORMAL`, where orientation follows `HitResult.getHitPose()` and `INITIALIZED_TO_IDENTITY`, where orientation starts as identity and may slightly change later.\n"],null,[]]