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
/
interfaces
/
IPoint.ts
5 lines
(4 loc)
•
63 B
text/typescript
View Raw
1
2
3
4
5
export interface IPoint {
x
: number;
y
: number; };