Tile - YVector3 - Lerp – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Vector3 lerp to Ylands:Tile - YVector3 - Lerp: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
[[ | <!--- | ||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Lerp(A, B, T) == | |||
[[File:YlandsTile-145.png]] | |||
<pre>static lerp(a: YVector3, b: YVector3, t: number): YVector3;</pre> | |||
=== Parameters === | |||
==== a ==== | |||
Vector A | |||
==== b ==== | |||
Vector B | |||
==== t ==== | |||
Interpolant (0-1) | |||
=== Returns === | |||
'''YVector3''' | |||
=== Description === | |||
'''Interpolates''' between two '''vectors''' by the '''interpolant'''. | |||
Line 9: | Line 35: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Lerp(A, B, T)
static lerp(a: YVector3, b: YVector3, t: number): YVector3;
Parameters
a
Vector A
b
Vector B
t
Interpolant (0-1)
Returns
YVector3
Description
Interpolates between two vectors by the interpolant.