UNPKG

xtorcga

Version:

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

13 lines (12 loc) 307 B
/* * @Description : * @Author : 赵耀圣 * @QQ : 549184003 * @Date : 2021-03-22 17:22:02 * @LastEditTime : 2021-03-22 17:26:46 * @FilePath : \cga.js\src\IKanimation\solver.ts */ export interface ISolver { updateTarget: Function; solveIK: Function; }