Home > @magiclane/maps-sdk > Point3d > (constructor)
Point3d.(constructor)
Constructs a new instance of the Point3d class
Signature:
constructor(input?: {
x?: number;
y?: number;
z?: number;
});Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ x, y, z } |
(not declared) |
(Optional) |
|
input |
{ x?: number; y?: number; z?: number; } |
(Optional) |
input properties:
- Optional x?: number
- Optional y?: number
- Optional z?: number