UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

8 lines (7 loc) 175 B
import { Point } from '../Point'; /** * 加法,返回一个新对象 * @param a 点a * @param b 点b */ export declare function addTo(a: Point, b: Point): Point;