StarSystemCoordinates: {
    localX: number;
    localY: number;
    localZ: number;
    starSectorX: number;
    starSectorY: number;
    starSectorZ: number;
}

Describes the coordinates of a star system in the universe

Type declaration

  • ReadonlylocalX: number

    Floating point X coordinate of the star system inside the star sector. Must be between -0.5 and 0.5.

  • ReadonlylocalY: number

    Floating point Y coordinate of the star system inside the star sector. Must be between -0.5 and 0.5.

  • ReadonlylocalZ: number

    Floating point Z coordinate of the star system inside the star sector. Must be between -0.5 and 0.5.

  • ReadonlystarSectorX: number

    Integer coordinates of the star sector along the universe X axis

  • ReadonlystarSectorY: number

    Integer coordinates of the star sector along the universe Y axis

  • ReadonlystarSectorZ: number

    Integer coordinates of the star sector along the universe Z axis