Creates an anchor that is attached to this trackable, using the given initial pose in the world
coordinate space. The type of trackable will determine the semantics of attachment and how the
anchor's pose will be updated to maintain this relationship. Note that the relative offset
between the pose of multiple anchors attached to a trackable may adjust slightly over time as
ARCore updates its model of the world.
If Point.OrientationMode is Point.OrientationMode.ESTIMATED_SURFACE_NORMAL, then the
orientation is such that X+ is perpendicular to the cast ray and parallel to the physical
surface centered around the hit test, Y+ points along the estimated surface normal, and
Z+ points roughly toward the user's device.
[[["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."],[],["`Point` represents a spatial location tracked by ARCore, generated via `Session.createAnchor` or `Frame.hitTest`. Key actions involve creating anchors attached to the point using `createAnchor(Pose)`, retrieving attached anchors with `getAnchors()`, and obtaining the point's `OrientationMode` through `getOrientationMode()`. You can also check the tracking state with `getTrackingState()` and determine its pose when created by `Frame.hitTest` through `getPose()`. Additionally, it provides `equals` and `hashCode` for comparison.\n"],null,[]]