UNPKG
@storiny/obelisk
Version:
latest (1.1.3)
1.1.3
1.0.0
Build isometrics elements with canvas
github.com/storiny/obelisk
storiny/obelisk
@storiny/obelisk
/
types
/
geom
/
Point.d.ts
7 lines
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
Point
{
x
:
number
;
y
:
number
;
constructor
(
x
?:
number
,
y
?:
number
);
toString
():
string
; }
//# sourceMappingURL=Point.d.ts.map