Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LineResult

The result of a line computation.

Hierarchy

  • LineResult

Index

Properties

Properties

positions?: Position[]

All the positions found (in the order of discovery).

undefined if in a Failed status.

status: "Failed" | "Complete" | "Incomplete"

The status of the computation.

  • Complete : no blocking cells were encountered between the start and the end Position.
  • Incomplete : a blocking cell was encountered between the start and the end Position.
  • Failed : the start or end Position was outside the boundaries of the grid.

Generated using TypeDoc