摘要: const getAngle = ({ x: x1, y: y1 }, { x: x2, y: y2 }) => { const dot = x1 * x2 + y1 * y2 const det = x1 * y2 - y1 * x2 const angle = Math.atan2(det, d 阅读全文
posted @ 2020-03-13 09:24 .why 阅读(4023) 评论(0) 推荐(0) 编辑
Live2D