UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

6 lines (5 loc) 100 B
import { Point } from './Point'; /** * 直线或线段 */ export type Line = [Point, Point];