UNPKG

ts-raycasting

Version:
10 lines (8 loc) 234 B
export { EDirection } from './enums/EDirection'; export { EQuadrant } from './enums/EQuadrant'; export { ESide } from './enums/ESide'; export const enum ERayTest { CONTINUE = 0, SKIP_RAY = 1, STOP_CASTING = 2 };