摘要: const EPS=0.00000001; //单个向量的弧度 function getSingleRadian(x) { const d1=x[0]; const d2=Math.sqrt(x.reduce((acc, n) => acc + Math.pow(n, 2), 0)); if(Mat 阅读全文
posted @ 2020-09-22 14:14 无工时代 阅读(192) 评论(0) 推荐(0)