Home > @magiclane/maps-sdk > Point4d

Point4d class

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

Signature:

export declare class Point4d 

Constructors

Constructor

Modifiers

Description

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

Constructs a new instance of the Point4d class

Properties

Property

Modifiers

Type

Description

w

number

x

number

y

number

z

number

Methods

Method

Modifiers

Description

equals(other)

fromJson(json)

static

hashCode()

toJson()

toString()