Options
All
  • Public
  • Public/Protected
  • All
Menu
abstract

Represents a line of sight finder between two cells in a two dimensional array.

Type parameters

  • T

    Any type of data.

Hierarchy

Index

Constructors

Methods

Constructors

  • Type parameters

    • T

      Any type of data.

    Parameters

    • grid: T[][]

      The grid for which to compute the line.

    • blockCallbackFn: Line.BlockCallbackFn<T>

      A callback function used to determine if a cell is a blocking one.

    Returns Line<T>

Methods

Generated using TypeDoc