Apple 关于 ARCamera.transform 方向的文档是否向后?

Is Apple's documentation on ARCamera.transform orientation backwards?

关于 ARCamera.transform,我很难掌握苹果 documentation

摘录:

In camera space, the x-axis points to the right when the device is in UIDeviceOrientationLandscapeRight orientation—that is, the x-axis always points along the long axis of the device, from the front-facing camera toward the Home button.

好的,所以 x 轴正向指向右侧,指向主页按钮,当我们在右侧横向时...

但是 UIDeviceOrientationLandscapeRightdocumentation 说:

The device is in landscape mode, with the device held upright and the home button on the left side.

所以在横向右侧,主页按钮在左侧。这与Home键和正x轴指向右侧的说法相矛盾。

我错过了什么?文档错了吗?他们打算引用 UIInterfaceOrienation.landscapeRightdocumentation 吗?

看起来他们已经为 UIDeviceOrientationLandscapeRight 修复了 documentation:

The device is in landscape mode, with the device held upright and the Home button on the right side.