Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
想使用贝塞尔曲线的切线,但是在官方文档所给出的切线的参考网址失效,显示该网页无法正常工作,挂不挂梯子都试过了,没有办法访问,有没有大佬知道这个切线几何下的什么? 网址报错信息:
这个网站可能已经停止运营了,我们稍后更新一下doc,把这个链接移除吧
曲线切线的这个方法应该是比较明确的,简单画了一个图:
就是求一条 cubicbeziercurve 上某一点的切线方向,参数 t 就是曲线长度归一化 [0,1] 上的某一点,具体的求解过程可以参考源码
cubicbeziercurve
t