# Coordinates Systems

## Device Coordinates System

In Android and iOS, the physical orientation and motion of the device are measured using a three-dimensional coordinate system with three axes: X, Y, and Z. These axes represent different directions:

&#x20;

X-Axis: Horizontally from left to right in the natural portrait orientation of the device.

Y-Axis: Vertically from bottom to top in the natural portrait orientation of the device.

Z-Axis: Perpendicular to the screen, pointing out from the front of the device.

&#x20;

These axes are used in sensors like the accelerometer, gyroscope, and magnetometer to track the device's movement and orientation. Developers can use this data for various applications that respond to physical device movements. For more information, see the [Android](https://developer.android.com/guide/topics/sensors/sensors_overview#sensor-framework) and [iOS](https://developer.apple.com/documentation/coremotion/cmmotionmanager#Identify-the-coordinate-axes-of-the-device) documentations.

<figure><img src="/files/aAfBSBWKe6hS11As70MX" alt=""><figcaption></figcaption></figure>

## Vehicle Coordinates System

ISO 8855 is an international standard that defines a standardized vehicle coordinate system used in the automotive industry. This system has three axes:

&#x20;

X-axis: Represents the vehicle's forward direction (rear to front).

Y-axis: Represents the vehicle's lateral direction (right to left when facing forward).

Z-axis: Represents the vehicle's vertical direction (upward from the ground).

&#x20;

The system adheres to the right-handed convention, and the its origin commonly lies on the center of mass of the vehicle. The system serves as a common reference for describing vehicle orientation and motion, facilitating communication and data exchange in the automotive field.

<figure><img src="/files/L6qRAlWfvl5TkbXCNxki" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.artificient.de/appendix/coordinates-systems.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
