摘要: export type pos = { x: number; y: number; } export class BezierPath { /** * 创建几个选定坐标点沿着贝塞尔曲线的坐标集 * @param anchorpoints 关键坐标点(比如开始点,最高峰值点,结束点) * @param 阅读全文
posted @ 2022-01-14 13:40 源城 阅读(153) 评论(1) 推荐(0)