Type alias CoordinateSystemDefinition3D

CoordinateSystemDefinition3D: {
    chart: Chart3D;
    id: "world";
} | {
    chart: Chart3D;
    id: "axes";
}

Interface for a description of 3D coordinate system.

Used with translateCoordinate.

This should not be used directly. Instead, you should reference one of following properties: