Skip to content

Type Alias: Point3D

ts
type Point3D = [number, number, number];

Defined in: src/types.ts:34

Released under the MIT License.