UNPKG

@xtor/cga.js

Version:

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

3 lines (2 loc) 104 B
import { Vec3 } from '../math/Vec3'; export declare function vectorCompare(a: Vec3, b: Vec3): number;