Home > @magiclane/maps-sdk > Point3d

Point3d class

A point in 3d space, consisting of x, y and z coordinates.

Signature:

export declare class Point3d 

Constructors

Constructor

Modifiers

Description

(constructor)({ x, y, z }, input)

Constructs a new instance of the Point3d class

Properties

Property

Modifiers

Type

Description

x

number

y

number

z

number

Methods

Method

Modifiers

Description

equals(other)

fromJson(json)

static

hashCode()

toJson()

toString()