ViewCoordinates (original) (raw)

⚠️ **This type is unstable and may change significantly in a way that the data won't be backwards compatible.**How we interpret the coordinate system of an entity/space.

For instance: What is "up"? What does the Z axis mean?

The three coordinates are always ordered as [x, y, z].

For example [Right, Down, Forward] means that the X axis points to the right, the Y axis points down, and the Z axis points forward.

Rerun does not yet support left-handed coordinate systems.

The following constants are used to represent the different directions:

Rerun datatype rerun-datatype

ViewCoordinates

Arrow datatype arrow-datatype

FixedSizeList<3, uint8>

Used by used-by