Module rerun::sdk::coordinates
source · Expand description
Coordinate system helpers, for use with components::ViewCoordinates
.
Structs§
- One of:
+X
,-X
,+Y
,-Y
,+Z
,-Z
, i.e. one of the six cardinal direction in 3D space.
Enums§
- One of
X
,Y
,Z
. - Left or right handedness. Used to describe a coordinate system.
- Positive (
+
) or Negative (-
).