Interpolation, Lines(插值、线性插值)
admin
2023-02-11 07:40:04
0

周一到周五,每天一篇,北京时间早上7点准时更新~

Interpolation is a term used to describe the process of finding values that lie between a set of known points(插值的意思是从一群已知的点的集合中找出某一个值的过程). Consider the equation of the line passing through points A and B(想象一下一个连接A点到B点的直线):
Interpolation, Lines(插值、线性插值)
where P is any point on the line and is the vector from A to B(这里P表示的时候AB之间任意一点):

Interpolation, Lines(插值、线性插值)
We can therefore write this equation as(因此我们可以把这个等式写成:)
Interpolation, Lines(插值、线性插值)
It is easy to see that when t is 0, P is equal to A; and when t is 1, P is equal to A + B − A, which is simply B. Such a line is shown in Figure 4.13(当t是0的时候,p就相当于A点,当t的值是1的时候,p就相当于B点,如图4.13所示)

Interpolation, Lines(插值、线性插值)
If t lies between 0.0 and 1.0, then P will end up somewhere between A and B(如果t的值在0到1之间,那么p就落在A与B之间的某处). Values of t outside this range will push P off the ends of the line. You should be able to see that by smoothly varying t, we can move point P from A to B and back. This is known as linear interpolation(如果t的值超出了这个范围,那么p则也会超出AB的范围。可以看到,当让t从0到1慢慢变化时,p会从A移动到B,这叫线性插值). The values of A and B (and therefore P) can have any number of dimensions(A和B的值可以有任意多个维度). For example, they could be scalar values; two-dimensional values such as points on a graph; three-dimensional values such as coordinates in 3D space, colors, and so on(比如这里A和B的值可以是一个标量,可以是二维的点,可以是三位的点、颜色等等); or even higher-dimension quantities such as matrices, arrays, or even whole images(甚至是更高维度的的矩阵、数组亦或是整个图像). In many cases, linear interpolation doesn’t make much sense (for example, linearly interpolating between two matrices generally doesn’t produce a meaningful result), but angles, positions, and other coordinates can normally be interpolated safely(在很多情况下,线性插值不怎么好使,但是在角度、位置以及其他坐标方面,一般来说这就够了). Linear interpolation is such a common operation in graphics that GLSL includes a builtin function specifically for this purpose, mix:(在GLSL里,能用来进行线性插值的内置函数是mix)

vec4 mix(vec4 A, vec4 B, float t);
The mix function comes in several versions taking different dimensionalities of vectors or scalars as the A and B inputs and taking scalars or matching vectors for t(该函数接收A、B两个数据,然后变量t,来对数据进行线性插值).

本日的翻译就到这里,明天见,拜拜~~

第一时间获取最新桥段,请关注东汉书院以及图形之心公众号

东汉书院,等你来玩哦

上一篇:Curves(曲线)

下一篇:关于手游的开发

相关内容

热门资讯

德国总理:美国正在被伊朗羞辱 德国之声4月27日报道,德国总理默茨在访问一所学校时表示,在当前的持续冲突中,伊朗领导层正试图羞辱美...
理响中国|“长”歌以行,风云激... 光阴如梭,东方潮阔。这里是中国的长三角,世界的长三角。无论过去、现在还是未来,这片土地都因时代而生,...
白宫:特朗普及其国安团队开会讨... 新华社华盛顿4月27日电 美国白宫新闻秘书莱维特27日在记者会上证实,总统特朗普及其国家安全团队当天...
人民日报刊文:日本放开杀伤性武... 日本放开杀伤性武器出口推高地缘冲突风险(国际论坛)常思纯《人民日报》(2026年04月28日 第 0...
医疗保障法草案二审:明确生育保... 满足多样化健康保障需求本报记者 彭 波4月27日,医疗保障法草案二审稿提请十四届全国人大常委会第二十...
天津一景区发生自转旋翼机事故1... 澎湃新闻记者 吕新文中国民用航空华北地区管理局4月22日公布《豪客通航“10•1”天津长芦汉盐旅游区...
卡塔尔埃米尔与美国总统特朗普通... 当地时间24日,卡塔尔埃米尔塔米姆与美国总统特朗普通电话,重点就中东地区局势以及伊朗与美国谈判问题交...
男子30年前被扣押2859克黄... 澎湃新闻记者 王鑫家住辽宁省大连市的潘永嘉近日向澎湃新闻反映称,三十年前,他在大连周水子机场被盖州市...
商务部:取消反制欧盟两家金融机... 中华人民共和国商务部令二〇二六年 第1号鉴于欧盟已取消对中国两家金融机构的制裁措施,现公布《关于取消...
过去24小时共有5艘船只通过霍... 总台记者当地时间24日获悉,过去24小时内,共有5艘船只通过霍尔木兹海峡,其中包括一艘伊朗油轮。(总...