Point3D

The Point3D class contains a 3D coordinate.

Properties

Property

Description

x

(get) x: number (set) x: number

Specifies the x coordinate.

y

(get) y: number (set) y: number

Specifies the y coordinate.

z

(get) z: number (set) z: number

Specifies the z coordinate.

Methods

This module exposes no methods.

Last updated