Tile - YVector3 - Lerp – Ylands

From Bohemia Interactive Community
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:
[[Image:Ylands_Tile_-_Vector3_lerp.png]]
<!---
*'''Interpolates''' between two [[Ylands Tile - Vector3 literal|'''vectors''']] '''A''' and '''B''' by the '''interpolant''' '''T'''.
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
*The '''interpolant''' is [[Ylands Tile - Math clamp|'''clamped''']] to the range 0, 1.
-->
== 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]]
[[Category: Ylands 0.10]]

Revision as of 09:53, 8 July 2021