UNPKG

@xtor/cga.js

Version:

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

7 lines (6 loc) 123 B
import { Polygon } from "./Polygon"; export class Shape extends Polygon{ constructor() { super() } }