xtorcga
Version:
Xtor Compute Geometry Algorithm Libary 计算几何算法库
15 lines (14 loc) • 414 B
JavaScript
;
/*
* @Description :
* @Author : 赵耀圣
* @QQ : 549184003
* @Date : 2021-03-15 09:40:01
* @LastEditTime : 2021-03-15 09:42:14
* @FilePath : \cga.js\src\shape\arc.ts
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Circle = void 0;
function Circle(center, radius, segment, startAngle, lenAngle) {
}
exports.Circle = Circle;