The Point3D class contains a 3D coordinate.
Point3D
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.
This module exposes no methods.
Last updated 5 years ago
Was this helpful?