UNPKG
ts-raycasting
Version:
latest (0.0.14)
0.0.14
0.0.12
Raycasting in typescript
github.com/dderevjanik/ts-raycasting
dderevjanik/ts-raycasting
ts-raycasting
/
src
/
enums
/
ESide.ts
5 lines
(4 loc)
•
85 B
text/typescript
View Raw
1
2
3
4
5
export
const
enum
ESide
{ NS =
0
,
// North-South
WE =
1
// West-East
};