OrbitalObjectModelBase: {
    axialTilt: number;
    mass: number;
    name: string;
    orbit: Orbit;
    siderealDaySeconds: number;
    type: T;
}

Describes the model of an orbital object

Type Parameters

Type declaration

  • ReadonlyaxialTilt: number

    the angle between an object's rotational axis and its orbital axis, which is the line perpendicular to its orbital plane

  • Readonlymass: number

    Mass of the object in kilograms

  • Readonlyname: string

    The name of the object

  • Readonlyorbit: Orbit

    Orbit properties of the object

  • ReadonlysiderealDaySeconds: number

    Time needed for the object to rotate 360° on its axis in seconds. It is slightly different from the duration of solar day which is the time it takes for the sun to be at the same position in the sky.

  • Readonlytype: T