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