UNPKG

@xtor/cga.js

Version:

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

7 lines (6 loc) 118 B
export class Sphere { constructor(center, radius) { this.center = center; this.radius = radius; } }