用于 vector.lerp 的两个向量和一个比例,它混合两者:1 给出第一个,0 给出第二个。
vector.lerp
Optional
first 在混合中所占的份额:1 给出 first,0 给出 second,0.5 为中点。0 到 1 之外的值会外推到两端之外。
first
second
0.5 Copy
0.5
-Infinity
Infinity
0.1
混合在比例为 1 时到达的向量。
undefined Copy
undefined
混合在比例为 0 时到达的向量。
Namespace: Bit › Inputs › Vector
Other symbols in Inputs.Vector:
API reference home · Full symbol index · Tutorials and guides · Platform
用于
vector.lerp的两个向量和一个比例,它混合两者:1 给出第一个,0 给出第二个。