Tile - YVector3 - Lerp – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
'''YVector3''' | '''YVector3''' | ||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]] | |||
=== Description === | === Description === | ||
Linear interpolation between two '''vectors''' by the '''interpolant'''. | |||
Revision as of 11:17, 12 November 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
Availability
Client, Server, Custom Controller
Description
Linear interpolation between two vectors by the interpolant.