xtorcga
Version:
Xtor Compute Geometry Algorithm Libary 计算几何算法库
18 lines (17 loc) • 449 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Joint = void 0;
/*
* @Description :
* @Author : 赵耀圣
* @QQ : 549184003
* @Date : 2021-03-23 16:09:29
* @LastEditTime : 2021-03-23 16:31:32
* @FilePath : \cga.js\src\IKanimation\Joint.ts
*/
var Joint = /** @class */ (function () {
function Joint() {
}
return Joint;
}());
exports.Joint = Joint;