UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

7 lines (6 loc) 141 B
import { WikModel } from './WikModel.class'; export declare class Point extends WikModel { px: number; py: number; pz: number; }