ARKit - Projection of ARAnchor to 2D space
问题 I am trying to project an ARAnchor to the 2D space but I am facing on an orientation issue... Below my function to project the top left, top right, bottom left, bottom right corner position to 2D space: /// Returns the projection of an `ARImageAnchor` from the 3D world space /// detected by ARKit into the 2D space of a view rendering the scene. /// /// - Parameter from: An Anchor instance for projecting. /// - Returns: An optional `CGRect` corresponding on `ARImageAnchor` projection. internal