Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "fov/recursive-shadowcasting"

Index

Classes

Variables

Variables

Const OCTANTS

OCTANTS: number[][] = [[-1, 0, 0, 1],[ 0, -1, 1, 0],[ 0, -1, -1, 0],[-1, 0, 0, -1],[ 1, 0, 0, -1],[ 0, 1, -1, 0],[ 0, 1, 1, 0],[ 1, 0, 0, 1]]

Octants used for translating recursive shadowcasting offsets

Generated using TypeDoc