摘要: /* 缓动插值 全套缓动函数的 js 实现 https://www.jianshu.com/p/ddff577138bf 缓动函数图形说明 http://www.xuanfengge.com/easeing/easeing/ */ #pragma once #include "gstl.h" cla 阅读全文
posted @ 2020-07-09 14:57 BackSword 阅读(298) 评论(0) 推荐(0) 编辑
摘要: #pragma once #include "gstl.h" #include <vector> #include "SmoothSampling.h" using namespace gstl; /* n阶 bezier 曲线通用公式 */ class GachaBazier { public: 阅读全文
posted @ 2020-07-09 14:56 BackSword 阅读(522) 评论(0) 推荐(0) 编辑