@magiclane/maps-sdk
Preparing search index...
Point3d
Class Point3d
A point in 3d space, consisting of x, y and z coordinates.
Index
Constructors
constructor
Properties
x
y
z
Methods
equals
hash
Code
to
Json
to
String
from
Json
Constructors
constructor
new
Point3d
(
__namedParameters
?:
{
x
?:
number
;
y
?:
number
;
z
?:
number
}
)
:
Point3d
Parameters
__namedParameters
:
{
x
?:
number
;
y
?:
number
;
z
?:
number
}
= {}
Returns
Point3d
Properties
x
x
:
number
y
y
:
number
z
z
:
number
Methods
equals
equals
(
other
:
Point3d
)
:
boolean
Parameters
other
:
Point3d
Returns
boolean
hash
Code
hashCode
()
:
number
Returns
number
to
Json
toJson
()
:
{
x
:
number
;
y
:
number
;
z
:
number
}
Returns
{
x
:
number
;
y
:
number
;
z
:
number
}
to
String
toString
()
:
string
Returns
string
Static
from
Json
fromJson
(
json
:
{
x
?:
number
;
y
?:
number
;
z
?:
number
}
)
:
Point3d
Parameters
json
:
{
x
?:
number
;
y
?:
number
;
z
?:
number
}
Returns
Point3d
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
x
y
z
Methods
equals
hash
Code
to
Json
to
String
from
Json
@magiclane/maps-sdk
Loading...
A point in 3d space, consisting of x, y and z coordinates.