Skip to content

ShapeInfo

github-actions[bot] edited this page Sep 21, 2026 · 1 revision

Interface: ShapeInfo

Imported from @elite-dangerous-almanac/galaxy-map.

One shape without its geometry, which a caller that lists the set reads.

Properties

categories

readonly categories: readonly string[]

The names the reader kept, in order, and empty where the shape names none.


centre

readonly centre: readonly [number, number, number]

The sphere's centre, or the middle of the line's bounding box.


drawn

readonly drawn: boolean

True while the shape draws in the next frame.


name?

readonly optional name?: string

The shape's name, absent where it carries none.


reach

readonly reach: number

The sphere's radius, or half the diagonal of that box.

Clone this wiki locally