structure Vector {
  Direction direction,
  Magnitude magnitude,
}

comments

structure XYVector {
  Number xPosition,
  Number yPosition,
}