Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在阅读维基百科上的双三次插值。我遇到了t未定义的变量。
t
方程是:
谁能告诉这个变量的含义以及它的通常值是什么?
t 是 0 到 1 之间的任意数字。
p(0) 是曲线的起点,p(1) 是一维的终点。
例如,通过选择足够小的 dt,您可以绘制这样的平滑曲线
dt = 0.01; for(var t = 0; t < 1 ; t += dt) { draw( p(t) ); }
我有这个:
<div style="position:absolute;top:275px;right:0px;left:0px;bottom:84px;padding:10px;"> <table border="1" style="width:100%;height:100%;"> <tr> <th style="height:16p