StarMap

class StarMap(val stars: Vector[Star], val constellations: Vector[Constellation])

Each object of type StarMap represents a specific perspective of a night sky.

Value parameters:
constellations

the constellations visible in the sky

stars

the stars visible in the sky

class Object
trait Matchable
class Any

Value members

Concrete methods

The number of constellations visible on this map.

The number of constellations visible on this map.

The number of stars visible on this map.

The number of stars visible on this map.