Packages

c

o1.stars

StarMap

class StarMap extends AnyRef

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StarMap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StarMap(stars: Vector[Star], constellations: Vector[Constellation])

    stars

    the stars visible in the sky

    constellations

    the constellations visible in the sky

Value Members

  1. val constellations: Vector[Constellation]
  2. def numberOfConstellations: Int

    The number of constellations visible on this map.

  3. def numberOfStars: Int

    The number of stars visible on this map.

  4. val stars: Vector[Star]