Options
All
  • Public
  • Public/Protected
  • All
Menu

The result of a flooding computation.

Hierarchy

  • FloodResult

Index

Properties

Properties

positions?: Position[]

All the positions found.

undefined if in a Failed status.

status: "Success" | "Failed" | "Block"

The status of the computation.

  • Success
  • Block : no cells were flooded due to the target Position being a blocking one.
  • Failed : the target Position was outside the boundaries of the grid.

Generated using TypeDoc