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
/
Point3D.d.ts
13 lines
•
313 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{
Point
}
from
"./Point"
;
export
declare
class
Point3D
{
x
:
number
;
y
:
number
;
z
:
number
;
constructor
(
x
?:
number
,
y
?:
number
,
z
?:
number
);
toGlobalCoordinates
(
offset
?: {
x
:
number
;
y
:
number
; }):
Point
;
toString
():
string
; }
//# sourceMappingURL=Point3D.d.ts.map