UNPKG

@xtor/cga.js

Version:

Xtor Compute Geometry Algorithm Libary 计算几何算法库

5 lines (4 loc) 144 B
import { Vec3 } from '../../math/Vec3'; export declare class Point extends Vec3 { constructor(_x?: number, _y?: number, _z?: number); }