UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

8 lines (7 loc) 178 B
import { Point } from '../Point'; /** * 获取两点之间的距离 * @param a 点a * @param b 点b */ export declare function distanceTo(a: Point, b: Point): number;